From: Richard Levitte Date: Thu, 3 Sep 2015 19:17:31 +0000 (+0200) Subject: Add a recipe for the new pbelu test X-Git-Tag: OpenSSL_1_1_0-pre1~650 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca5d7dff72b10cb030437a03d779c4fcf8ab832b;p=thirdparty%2Fopenssl.git Add a recipe for the new pbelu test Reviewed-by: Rich Salz --- diff --git a/test/recipes/30-test_pbelu.t b/test/recipes/30-test_pbelu.t new file mode 100644 index 00000000000..635fb6915dc --- /dev/null +++ b/test/recipes/30-test_pbelu.t @@ -0,0 +1,5 @@ +#! /usr/bin/perl + +use OpenSSL::Test::Simple; + +simple_test("test_pbelu", "pbelutest");