mirror of https://github.com/openssl/openssl.git
Add a few missing tests
test_clienthello test_packet test_verify_extra test_secmem Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
ca904707b6
commit
2a74b62e3a
|
|
@ -0,0 +1,5 @@
|
|||
#! /usr/bin/perl
|
||||
|
||||
use OpenSSL::Test::Simple;
|
||||
|
||||
simple_test("test_jpake", "clienthellotest");
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
#! /usr/bin/perl
|
||||
|
||||
use OpenSSL::Test::Simple;
|
||||
|
||||
simple_test("test_jpake", "packettest");
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
#! /usr/bin/perl
|
||||
|
||||
use OpenSSL::Test::Simple;
|
||||
|
||||
simple_test("test_jpake", "verify_extra_test");
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
#! /usr/bin/perl
|
||||
|
||||
use OpenSSL::Test::Simple;
|
||||
|
||||
simple_test("test_jpake", "secmemtest");
|
||||
Loading…
Reference in New Issue