add OCSP test

This commit is contained in:
Brent Cook
2016-07-04 23:29:39 -05:00
parent ccf66c469f
commit aab671088d
3 changed files with 24 additions and 0 deletions

View File

@@ -208,6 +208,14 @@ TESTS += mont
check_PROGRAMS += mont
mont_SOURCES = mont.c
# ocsp_test
if ENABLE_EXTRATESTS
TESTS += ocsptest.sh
check_PROGRAMS += ocsp_test
ocsp_test_SOURCES = ocsp_test.c
EXTRA_DIST += ocsptest.sh
endif
# optionstest
TESTS += optionstest
check_PROGRAMS += optionstest