openssl/test/recipes/90-test_async.t
Matt Caswell 5705e05037 Add ASYNC tests
Add a suite of tests for the ASYNC_* functions

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-11-20 23:34:35 +00:00

5 lines
94 B
Perl

#!/usr/bin/perl
use OpenSSL::Test::Simple;
simple_test("test_async", "asynctest", "async");