From: Richard Levitte Date: Sun, 6 Sep 2015 14:04:15 +0000 (+0200) Subject: Add a recipe for the new null pointer test X-Git-Tag: OpenSSL_1_1_0-pre1~648 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb8cd5dec28313d03025c160f81207ac6137f44a;p=oweals%2Fopenssl.git Add a recipe for the new null pointer test Reviewed-by: Rich Salz --- diff --git a/test/recipes/90-test_np.t b/test/recipes/90-test_np.t new file mode 100644 index 0000000000..a0d8b4b14d --- /dev/null +++ b/test/recipes/90-test_np.t @@ -0,0 +1,5 @@ +#! /usr/bin/perl + +use OpenSSL::Test::Simple; + +simple_test("test_np", "nptest");