summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_threads.t
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2015-10-25 17:43:55 +0100
committerMatt Caswell <matt@openssl.org>2016-02-26 11:00:36 +0100
commit71a04cfca03bf6d5a93ad3ffd23e0fb9e0da2919 (patch)
treef0c49fffc439de585b85ad95f94ebfd50fafce90 /test/recipes/90-test_threads.t
parentConfigure - neater looking add() and add_before() (diff)
downloadopenssl-71a04cfca03bf6d5a93ad3ffd23e0fb9e0da2919.tar.xz
openssl-71a04cfca03bf6d5a93ad3ffd23e0fb9e0da2919.zip
Implement new multi-threading API
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'test/recipes/90-test_threads.t')
-rwxr-xr-xtest/recipes/90-test_threads.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/recipes/90-test_threads.t b/test/recipes/90-test_threads.t
new file mode 100755
index 0000000000..a08d8b020c
--- /dev/null
+++ b/test/recipes/90-test_threads.t
@@ -0,0 +1,5 @@
+#! /usr/bin/perl
+
+use OpenSSL::Test::Simple;
+
+simple_test("test_threads", "threadstest");