From cc75cbc4ed568dca387ed218274573f5170f88de Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 28 Jun 2016 13:05:24 -0400 Subject: Platform sanity test Replace nptest with sanity test. Reviewed-by: Richard Levitte --- test/recipes/01-test_sanity.t | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/recipes/01-test_sanity.t (limited to 'test/recipes/01-test_sanity.t') diff --git a/test/recipes/01-test_sanity.t b/test/recipes/01-test_sanity.t new file mode 100644 index 0000000000..f01466d8c9 --- /dev/null +++ b/test/recipes/01-test_sanity.t @@ -0,0 +1,12 @@ +#! /usr/bin/env perl +# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. +# +# Licensed under the OpenSSL license (the "License"). You may not use +# this file except in compliance with the License. You can obtain a copy +# in the file LICENSE in the source distribution or at +# https://www.openssl.org/source/license.html + + +use OpenSSL::Test::Simple; + +simple_test("test_sanity", "sanitytest"); -- cgit v1.2.3