From eb8cd5dec28313d03025c160f81207ac6137f44a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 6 Sep 2015 16:04:15 +0200 Subject: [PATCH] Add a recipe for the new null pointer test Reviewed-by: Rich Salz --- test/recipes/90-test_np.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/recipes/90-test_np.t 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"); -- GitLab