Changeset 8f90bf4 in mod_gnutls for test/Makefile.am
- Timestamp:
- May 8, 2015, 8:44:29 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 1708045
- Parents:
- 87f1ed2
- git-author:
- Thomas Klute <thomas2.klute@…> (05/08/15 14:18:40)
- git-committer:
- Thomas Klute <thomas2.klute@…> (05/08/15 20:44:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r87f1ed2 r8f90bf4 1 TESTS = test-00_basic.bash \1 check_SCRIPTS = test-00_basic.bash \ 2 2 test-01_serverwide_priorities.bash \ 3 3 test-02_cache_in_vhost.bash \ … … 15 15 test-14_basic_openpgp.bash 16 16 if USE_MSVA 17 TESTS += test-15_basic_msva.bash17 check_SCRIPTS += test-15_basic_msva.bash 18 18 endif 19 TESTS += test-16_view-status.bash \19 check_SCRIPTS += test-16_view-status.bash \ 20 20 test-17_cgi_vars_large_cert.bash \ 21 21 test-18_client_verification_wrong_cert.bash \ … … 25 25 test-22_TLS_reverse_proxy_crl_revoke.bash \ 26 26 test-23_TLS_reverse_proxy_mismatched_priorities.bash 27 28 TESTS = $(check_SCRIPTS) 27 29 28 30 # Test cases trying to create keys and certificates in parallel causes
Note: See TracChangeset
for help on using the changeset viewer.