aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2021-05-01 08:42:31 +0200
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2021-05-02 16:10:29 +0300
commit99e3a2626b969a15a427a6c0125b37bd5f0db9b1 (patch)
tree16bec761d03c7f248be84ebd4ce83152c01e8d53 /CMakeLists.txt
parent3881226ccc975666346f88d00c1f1917e9ccfd91 (diff)
downloadgost-engine-99e3a2626b969a15a427a6c0125b37bd5f0db9b1.zip
gost-engine-99e3a2626b969a15a427a6c0125b37bd5f0db9b1.tar.gz
gost-engine-99e3a2626b969a15a427a6c0125b37bd5f0db9b1.tar.bz2
Mark test_keyexpimp and gost89 as internal tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6ba5a97..5054f76 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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 ""