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: https://git.librecmc.org/?a=commitdiff_plain;h=ca5d7dff72b10cb030437a03d779c4fcf8ab832b;p=oweals%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 0000000000..635fb6915d --- /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");