]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/03-test_internal_sm2.t
Improve use of the test framework in the SM2 internal tests
[thirdparty/openssl.git] / test / recipes / 03-test_internal_sm2.t
similarity index 84%
rename from test/recipes/03-test_sm2_sign_internal.t
rename to test/recipes/03-test_internal_sm2.t
index c3d3d3262f1b0af7d11732ee05a3af9a7fd4ac35..b93716e4e3d1f8f3a709d73dbbc45c4d66502fcd 100644 (file)
@@ -11,9 +11,9 @@ use OpenSSL::Test;              # get 'plan'
 use OpenSSL::Test::Simple;
 use OpenSSL::Test::Utils;
 
-setup("test_sm2_sign_internal");
+setup("test_internal_sm2");
 
 plan skip_all => "This test is unsupported in a shared library build on Windows"
     if $^O eq 'MSWin32' && !disabled("shared");
 
-simple_test("test_sm2_sign_internal", "sm2_sign_internal_test", "sm2");
+simple_test("test_internal_sm2", "sm2_internal_test", "sm2");