diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-07-05 20:33:16 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-07-05 20:33:16 +0900 |
commit | 23083e7724771d40ce2f019b094636a51cae7c2d (patch) | |
tree | 6b54306c2ab6986bf24daf13a11d057ad42426d6 | |
parent | aab671088d5a484c2d1f804a7a744fce96d8188f (diff) | |
download | portable-23083e7724771d40ce2f019b094636a51cae7c2d.tar.gz portable-23083e7724771d40ce2f019b094636a51cae7c2d.tar.bz2 portable-23083e7724771d40ce2f019b094636a51cae7c2d.zip |
include OCSP test script
-rw-r--r-- | tests/Makefile.am | 2 |
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 | |||
213 | TESTS += ocsptest.sh | 213 | TESTS += ocsptest.sh |
214 | check_PROGRAMS += ocsp_test | 214 | check_PROGRAMS += ocsp_test |
215 | ocsp_test_SOURCES = ocsp_test.c | 215 | ocsp_test_SOURCES = ocsp_test.c |
216 | EXTRA_DIST += ocsptest.sh | ||
217 | endif | 216 | endif |
217 | EXTRA_DIST += ocsptest.sh | ||
218 | 218 | ||
219 | # optionstest | 219 | # optionstest |
220 | TESTS += optionstest | 220 | TESTS += optionstest |