]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/60-test_x509_acert.t
x509_acert: Add more parsing and printing tests
[thirdparty/openssl.git] / test / recipes / 60-test_x509_acert.t
index 35864e6608137147995f770908a6595194204b71..2bf58d6a6f75ae634a39cd32daf69bbf8cfcbfbe 100644 (file)
@@ -17,6 +17,8 @@ plan skip_all => "test_x509_acert uses ec which is not supported by this build"
 plan tests => 1;
 
 ok(run(test(["x509_acert_test", srctop_file("test", "certs", "acert.pem"),
-            srctop_file("test", "certs", "acert_ietf.pem")])),
+            srctop_file("test", "certs", "acert_ietf.pem"),
+            srctop_file("test", "certs", "acert_bc1.pem"),
+            srctop_file("test", "certs", "acert_bc2.pem")])),
        "running x509_acert_test");