Changeset 3f00958 in mod_gnutls for test/Makefile.am
- Timestamp:
- May 8, 2015, 8:53:36 PM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- d92899e
- Parents:
- 1708045
- git-author:
- Thomas Klute <thomas2.klute@…> (05/08/15 19:12:37)
- git-committer:
- Thomas Klute <thomas2.klute@…> (05/08/15 20:53:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r1708045 r3f00958 24 24 test-21_TLS_reverse_proxy_wrong_cert.bash \ 25 25 test-22_TLS_reverse_proxy_crl_revoke.bash \ 26 test-23_TLS_reverse_proxy_mismatched_priorities.bash 26 test-23_TLS_reverse_proxy_mismatched_priorities.bash \ 27 test-24_pkcs11_cert.bash 27 28 28 29 TESTS = $(check_SCRIPTS) … … 49 50 clean-local: 50 51 $(MAKE) -f TestMakefile $(AM_MAKEFLAGS) clean 52 53 check_DATA += server/softhsm.db 54 MOSTLYCLEANFILES += tests/24_pkcs11_cert/softhsm.conf 55 56 # The dependency on setup.done is necessary to avoid race conditions 57 # between multiple calls to TestMakefile for key and certificate 58 # generation. 59 server/softhsm.db: setup.done 60 $(MAKE) -f TestMakefile $(AM_MAKEFLAGS) server/softhsm.db
Note: See TracChangeset
for help on using the changeset viewer.