From 188f6443aee5639096d0f86fb2cc0750bbcffe5c Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 2 Apr 2013 05:33:15 +0100 Subject: Make OCSP test work. --- util/pl/unix.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util') diff --git a/util/pl/unix.pl b/util/pl/unix.pl index 8e7318232c..b837fefe23 100644 --- a/util/pl/unix.pl +++ b/util/pl/unix.pl @@ -382,7 +382,8 @@ sub get_tests ); $copies .= copy_scripts('apps', @apps); - $scripts = "test_scripts: \$(TEST_D)/CA.sh \$(TEST_D)/opensslwrap.sh \$(TEST_D)/openssl.cnf\n"; + $scripts = "test_scripts: \$(TEST_D)/CA.sh \$(TEST_D)/opensslwrap.sh \$(TEST_D)/openssl.cnf ocsp\n"; + $scripts .= "\nocsp:\n\tcp -R test/ocsp-tests \$(TEST_D)\n"; return "$scripts\n$copies\n$tests\n$all\n\n$each"; } -- cgit v1.2.3