diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2015-10-25 17:43:55 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-02-26 11:00:36 +0100 |
commit | 71a04cfca03bf6d5a93ad3ffd23e0fb9e0da2919 (patch) | |
tree | f0c49fffc439de585b85ad95f94ebfd50fafce90 /test/recipes/90-test_threads.t | |
parent | Configure - neater looking add() and add_before() (diff) | |
download | openssl-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-x | test/recipes/90-test_threads.t | 5 |
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"); |