summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/ocsp-tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ocsp-tests/Makefile.am b/tests/ocsp-tests/Makefile.am
index e839c737d3..460018ae42 100644
--- a/tests/ocsp-tests/Makefile.am
+++ b/tests/ocsp-tests/Makefile.am
@@ -24,10 +24,10 @@ EXTRA_DIST = certs/ca.key certs/ca.pem certs/ocsp-server.key certs/ocsp-server.p
certs/server_good.key certs/server_bad.key certs/server_good.template \
certs/server_bad.template certs/ocsp-staple-unrelated.der suppressions.valgrind
-dist_check_SCRIPTS = ocsp-test
+dist_check_SCRIPTS =
if !WINDOWS
-dist_check_SCRIPTS += ocsp-tls-connection ocsp-must-staple-connection
+dist_check_SCRIPTS += ocsp-tls-connection ocsp-must-staple-connection ocsp-test
endif
TESTS = $(dist_check_SCRIPTS)