]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/recipes/70-test_verify_extra.t
unified build scheme: adjust some scripts
[thirdparty/openssl.git] / test / recipes / 70-test_verify_extra.t
CommitLineData
2a74b62e
RL
1#! /usr/bin/perl
2
6b33d106 3use OpenSSL::Test qw/:DEFAULT top_file/;
2a74b62e 4
6b33d106
RL
5setup("test_verify_extra");
6
7plan tests => 1;
8
9ok(run(test(["verify_extra_test",
10 top_file("test", "certs", "roots.pem"),
11 top_file("test", "certs", "untrusted.pem"),
12 top_file("test", "certs", "bad.pem")])));