Changeset 359f009 in mod_gnutls
- Timestamp:
- Oct 24, 2018, 2:05:36 AM (2 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- 15368a4
- Parents:
- 8273683
- Location:
- test
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r8273683 r359f009 31 31 test-26_redirect_HTTP_to_HTTPS.bash \ 32 32 test-27_OCSP_server.bash \ 33 test-28_HTTP2_support.bash 33 test-28_HTTP2_support.bash \ 34 test-29_force_handshake_vhost.bash 34 35 35 36 TEST_EXTENSIONS = .bash 36 37 TESTS = $(dist_check_SCRIPTS) 38 39 # Check is not yet implemented 40 XFAIL_TESTS = test-29_force_handshake_vhost.bash 37 41 38 42 check_PROGRAMS = pgpcrc -
test/tests/Makefile.am
r8273683 r359f009 28 28 26_redirect_HTTP_to_HTTPS/apache.conf \ 29 29 27_OCSP_server/apache.conf 27_OCSP_server/gnutls-cli.args 27_OCSP_server/input 27_OCSP_server/ocsp.conf 27_OCSP_server/output \ 30 28_HTTP2_support/apache.conf 30 28_HTTP2_support/apache.conf \ 31 29_force_handshake_vhost/apache.conf 29_force_handshake_vhost/gnutls-cli.args 29_force_handshake_vhost/input 29_force_handshake_vhost/output
Note: See TracChangeset
for help on using the changeset viewer.