summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-02-28 10:53:28 -0500
committerRich Salz <rsalz@openssl.org>2017-02-28 13:50:40 -0500
commit629192c1b9f17965e0a6b73229b7b1e004bfbd98 (patch)
tree96e0c24fa82b879d802497fff09edcaa06bbac1d /test/recipes
parentd5aa14dde53d43ae08e4269f0e27222e824a40c2 (diff)
Exdata test was never enabled.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2787)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/03-test_exdata.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/recipes/03-test_exdata.t b/test/recipes/03-test_exdata.t
new file mode 100644
index 0000000000..da66f95926
--- /dev/null
+++ b/test/recipes/03-test_exdata.t
@@ -0,0 +1,12 @@
+#! /usr/bin/env perl
+# Copyright 2017 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_exdata", "exdatatest");