Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-06-28 20:05:24 +0300
committerRich Salz <rsalz@openssl.org>2016-07-08 22:56:55 +0300
commitcc75cbc4ed568dca387ed218274573f5170f88de (patch)
treeaf36b130cb3f35818235b0933ca9cff7dcc62dc0 /test/recipes/01-test_sanity.t
parent54478ac92a91ad974f1c19c3d225683bd5c75b45 (diff)
Platform sanity test
Replace nptest with sanity test. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/recipes/01-test_sanity.t')
-rw-r--r--test/recipes/01-test_sanity.t12
1 files changed, 12 insertions, 0 deletions
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");