From 23083e7724771d40ce2f019b094636a51cae7c2d Mon Sep 17 00:00:00 2001 From: kinichiro Date: Tue, 5 Jul 2016 20:33:16 +0900 Subject: [PATCH] include OCSP test script --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 TESTS += ocsptest.sh check_PROGRAMS += ocsp_test ocsp_test_SOURCES = ocsp_test.c -EXTRA_DIST += ocsptest.sh endif +EXTRA_DIST += ocsptest.sh # optionstest TESTS += optionstest