提交 188f6443 编写于 作者: B Ben Laurie

Make OCSP test work.

上级 3675fb88
......@@ -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";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册