From 2a74b62e3ae1b6916190ff19276ed49a9b728b8f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 8 Aug 2015 11:33:10 +0200 Subject: [PATCH] Add a few missing tests test_clienthello test_packet test_verify_extra test_secmem Reviewed-by: Rich Salz --- test/recipes/70-test_clienthello.t | 5 +++++ test/recipes/70-test_packet.t | 5 +++++ test/recipes/70-test_verify_extra.t | 5 +++++ test/recipes/90-test_secmem.t | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 test/recipes/70-test_clienthello.t create mode 100644 test/recipes/70-test_packet.t create mode 100644 test/recipes/70-test_verify_extra.t create mode 100644 test/recipes/90-test_secmem.t diff --git a/test/recipes/70-test_clienthello.t b/test/recipes/70-test_clienthello.t new file mode 100644 index 0000000000..60fc5e1b64 --- /dev/null +++ b/test/recipes/70-test_clienthello.t @@ -0,0 +1,5 @@ +#! /usr/bin/perl + +use OpenSSL::Test::Simple; + +simple_test("test_jpake", "clienthellotest"); diff --git a/test/recipes/70-test_packet.t b/test/recipes/70-test_packet.t new file mode 100644 index 0000000000..ea896be694 --- /dev/null +++ b/test/recipes/70-test_packet.t @@ -0,0 +1,5 @@ +#! /usr/bin/perl + +use OpenSSL::Test::Simple; + +simple_test("test_jpake", "packettest"); diff --git a/test/recipes/70-test_verify_extra.t b/test/recipes/70-test_verify_extra.t new file mode 100644 index 0000000000..ef2daeaec6 --- /dev/null +++ b/test/recipes/70-test_verify_extra.t @@ -0,0 +1,5 @@ +#! /usr/bin/perl + +use OpenSSL::Test::Simple; + +simple_test("test_jpake", "verify_extra_test"); diff --git a/test/recipes/90-test_secmem.t b/test/recipes/90-test_secmem.t new file mode 100644 index 0000000000..61bdf229ff --- /dev/null +++ b/test/recipes/90-test_secmem.t @@ -0,0 +1,5 @@ +#! /usr/bin/perl + +use OpenSSL::Test::Simple; + +simple_test("test_jpake", "secmemtest"); -- 2.25.1