Changeset 42bee37 in mod_gnutls
- Timestamp:
- Mar 11, 2016, 7:21:56 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
- Children:
- a03f94e
- Parents:
- 28fc74b
- git-author:
- Thomas Klute <thomas2.klute@…> (03/11/16 19:12:11)
- git-committer:
- Thomas Klute <thomas2.klute@…> (03/11/16 19:21:56)
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r28fc74b r42bee37 80 80 AM_CONDITIONAL([DISABLE_FLOCK], 81 81 [test "$enable_flock" = "no" || test "$flock_works" = "no"]) 82 83 # TODO: check for openssl ocsp 84 AM_CONDITIONAL([ENABLE_OCSP_TEST], [true]) 82 85 83 86 dnl Enable test namespaces? Default is "yes". -
test/.gitignore
r28fc74b r42bee37 21 21 *.trs 22 22 *.lock 23 gen_ocsp_index 24 .deps -
test/Makefile.am
r28fc74b r42bee37 33 33 TESTS = $(dist_check_SCRIPTS) 34 34 35 # build OCSP database tool 36 if ENABLE_OCSP_TEST 37 check_PROGRAMS = gen_ocsp_index 38 gen_ocsp_index_SOURCES = gen_ocsp_index.c cert_helper.c 39 noinst_HEADERS = cert_helper.h 40 endif 41 35 42 # Identities in the miniature CA, server, and client environment for 36 43 # the test suite
Note: See TracChangeset
for help on using the changeset viewer.