aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2016-07-05 20:33:16 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2016-07-05 20:33:16 +0900
commit23083e7724771d40ce2f019b094636a51cae7c2d (patch)
tree6b54306c2ab6986bf24daf13a11d057ad42426d6
parentaab671088d5a484c2d1f804a7a744fce96d8188f (diff)
downloadportable-23083e7724771d40ce2f019b094636a51cae7c2d.tar.gz
portable-23083e7724771d40ce2f019b094636a51cae7c2d.tar.bz2
portable-23083e7724771d40ce2f019b094636a51cae7c2d.zip
include OCSP test script
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1607988..c229b66 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -213,8 +213,8 @@ if ENABLE_EXTRATESTS
213TESTS += ocsptest.sh 213TESTS += ocsptest.sh
214check_PROGRAMS += ocsp_test 214check_PROGRAMS += ocsp_test
215ocsp_test_SOURCES = ocsp_test.c 215ocsp_test_SOURCES = ocsp_test.c
216EXTRA_DIST += ocsptest.sh
217endif 216endif
217EXTRA_DIST += ocsptest.sh
218 218
219# optionstest 219# optionstest
220TESTS += optionstest 220TESTS += optionstest