summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-04-02 05:33:15 +0100
committerBen Laurie <ben@links.org>2013-04-06 15:13:11 +0100
commit188f6443aee5639096d0f86fb2cc0750bbcffe5c (patch)
treee1199fc4d456eb5d682c47f9ba9c95981604ce4a /util
parent3675fb882c9f112d5e28c4d50aa4909fe567727b (diff)
Make OCSP test work.
Diffstat (limited to 'util')
-rw-r--r--util/pl/unix.pl3
1 files changed, 2 insertions, 1 deletions
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";
}