mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
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
5
test/recipes/70-test_clienthello.t
Normal file
5
test/recipes/70-test_clienthello.t
Normal file
@ -0,0 +1,5 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
use OpenSSL::Test::Simple;
|
||||
|
||||
simple_test("test_jpake", "clienthellotest");
|
5
test/recipes/70-test_packet.t
Normal file
5
test/recipes/70-test_packet.t
Normal file
@ -0,0 +1,5 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
use OpenSSL::Test::Simple;
|
||||
|
||||
simple_test("test_jpake", "packettest");
|
5
test/recipes/70-test_verify_extra.t
Normal file
5
test/recipes/70-test_verify_extra.t
Normal file
@ -0,0 +1,5 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
use OpenSSL::Test::Simple;
|
||||
|
||||
simple_test("test_jpake", "verify_extra_test");
|
5
test/recipes/90-test_secmem.t
Normal file
5
test/recipes/90-test_secmem.t
Normal file
@ -0,0 +1,5 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
use OpenSSL::Test::Simple;
|
||||
|
||||
simple_test("test_jpake", "secmemtest");
|
Loading…
Reference in New Issue
Block a user