Add a recipe for the new null pointer test

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2015-09-06 16:04:15 +02:00
parent 1c73c3bcf0
commit eb8cd5dec2

View File

@ -0,0 +1,5 @@
#! /usr/bin/perl
use OpenSSL::Test::Simple;
simple_test("test_np", "nptest");