aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_bio_enc.t
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-08-21 23:31:21 +0200
committerAndy Polyakov <appro@openssl.org>2016-08-21 23:34:26 +0200
commite6ed2b9108830b23cda5632a4940b7f718f58676 (patch)
treee4590caa621c914397597b7c25f5c490a17f3da3 /test/recipes/90-test_bio_enc.t
parentc1a7dcbe16c6bff38390db1964b76c16b6802c7d (diff)
downloadopenssl-e6ed2b9108830b23cda5632a4940b7f718f58676.tar.gz
Add test/bio_enc_test.c.
RT#4628 Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/90-test_bio_enc.t')
-rw-r--r--test/recipes/90-test_bio_enc.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/recipes/90-test_bio_enc.t b/test/recipes/90-test_bio_enc.t
new file mode 100644
index 0000000000..aa7e42a86b
--- /dev/null
+++ b/test/recipes/90-test_bio_enc.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_bio_enc", "bio_enc_test", "bio_enc");