Simplify very simple test recipes further.
[openssl.git] / test / recipes / 05-test_sha512.t
index 9c9bc18b4d857d10418b02181f541b36f60c9cf7..f353ac137321a05e36944c7218fc4c12c81f1f27 100644 (file)
@@ -1,12 +1,5 @@
 #! /usr/bin/perl
 
-use strict;
-use warnings;
+use OpenSSL::Test::Simple;
 
-use Test::More;
-use OpenSSL::Test;
-
-setup("test_sha512");
-
-plan tests => 1;
-ok(run(test(["sha512t"])), "running sha512t");
+simple_test("test_sha512", "sha512t", "sha512");