aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3a6edfe..1607988 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -208,6 +208,14 @@ TESTS += mont
208check_PROGRAMS += mont 208check_PROGRAMS += mont
209mont_SOURCES = mont.c 209mont_SOURCES = mont.c
210 210
211# ocsp_test
212if ENABLE_EXTRATESTS
213TESTS += ocsptest.sh
214check_PROGRAMS += ocsp_test
215ocsp_test_SOURCES = ocsp_test.c
216EXTRA_DIST += ocsptest.sh
217endif
218
211# optionstest 219# optionstest
212TESTS += optionstest 220TESTS += optionstest
213check_PROGRAMS += optionstest 221check_PROGRAMS += optionstest