]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Mark test_keyexpimp and gost89 as internal tests
authorRichard Levitte <richard@levitte.org>
Sat, 1 May 2021 06:42:31 +0000 (08:42 +0200)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sun, 2 May 2021 13:10:29 +0000 (16:10 +0300)
CMakeLists.txt

index 6ba5a974c5f77ad28e1c7824c49572f4aba09276..5054f769f500fa46752a243e607c32715373b29b 100644 (file)
@@ -231,16 +231,16 @@ target_link_libraries(test_context ${OPENSSL_CRYPTO_LIBRARY})
 add_test(NAME context COMMAND test_context)
 set_tests_properties(context PROPERTIES ENVIRONMENT "${TEST_ENVIRONMENT}")
 
+# test_keyexpimp is an internals testing program, it doesn't need a test env
 add_executable(test_keyexpimp test_keyexpimp.c)
 #target_compile_definitions(test_keyexpimp PUBLIC -DOPENSSL_LOAD_CONF)
 target_link_libraries(test_keyexpimp gost_core ${OPENSSL_CRYPTO_LIBRARY})
-add_test(NAME keyexpimp
-       COMMAND test_keyexpimp)
+add_test(NAME keyexpimp COMMAND test_keyexpimp)
 
+# test_gost89 is an internals testing program, it doesn't need a test env
 add_executable(test_gost89 test_gost89.c)
 target_link_libraries(test_gost89 gost_core ${OPENSSL_CRYPTO_LIBRARY})
-add_test(NAME gost89
-       COMMAND test_gost89)
+add_test(NAME gost89 COMMAND test_gost89)
 
 if(NOT SKIP_PERL_TESTS)
     execute_process(COMMAND perl -MTest2::V0 -e ""