summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-03-14 12:37:26 +1000
committerRichard Levitte <levitte@openssl.org>2017-03-15 14:15:08 +0100
commit9837496142cf3a4d32c827cb679539c0b239cec9 (patch)
tree2f980f939864c8313e694bb923645dbb59b194d1 /test/recipes
parentdb0e0abb88b6bd5bfa5637ee84e59dcb5a232008 (diff)
Unit tests for crypto/stack.
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2924)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/02-test-stack.t14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/recipes/02-test-stack.t b/test/recipes/02-test-stack.t
new file mode 100644
index 0000000000..548f1ebb70
--- /dev/null
+++ b/test/recipes/02-test-stack.t
@@ -0,0 +1,14 @@
+#! /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
+#
+# ======================================================================
+# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
+
+use OpenSSL::Test::Simple;
+
+simple_test("test_stack", "stack_test");