X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=ad7457d38b95805663e292a7bea6840a126d145f;hb=672de3d14873849c4d84a1c71f723c848fa09521;hp=afd4b00a09938867a34e898a36b894da220728cc;hpb=7ef27e2d62a45c94a462f6c08f4fdda70c41944c;p=openssl-gost%2Fengine.git diff --git a/CMakeLists.txt b/CMakeLists.txt index afd4b00..ad7457d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,7 +188,7 @@ add_test(NAME digest COMMAND test_digest) add_executable(test_curves test_curves.c) -target_link_libraries(test_curves gost_engine gost_core) +target_link_libraries(test_curves gost_engine) add_test(NAME curves COMMAND test_curves) @@ -208,18 +208,18 @@ add_test(NAME TLS COMMAND test_tls) add_executable(test_context test_context.c) -target_link_libraries(test_context gost_engine gost_core OpenSSL::Crypto) +target_link_libraries(test_context gost_engine) add_test(NAME context COMMAND test_context) add_executable(test_grasshopper test_grasshopper.c) -target_link_libraries(test_grasshopper gost_engine gost_core OpenSSL::Crypto) +target_link_libraries(test_grasshopper gost_engine) add_test(NAME grasshopper COMMAND test_grasshopper) add_executable(test_keyexpimp test_keyexpimp.c) #target_compile_definitions(test_keyexpimp PUBLIC -DOPENSSL_LOAD_CONF) -target_link_libraries(test_keyexpimp gost_engine gost_core) +target_link_libraries(test_keyexpimp gost_engine) add_test(NAME keyexpimp COMMAND test_keyexpimp)