X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=6ba5a974c5f77ad28e1c7824c49572f4aba09276;hb=3881226ccc975666346f88d00c1f1917e9ccfd91;hp=ee1e080a28fe2c93f571be1b4205ec82d69dd5c7;hpb=f3e84b52d2c5bf6774070b758714b90845d722d2;p=openssl-gost%2Fengine.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ee1e080..6ba5a97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -201,10 +201,10 @@ target_link_libraries(test_ciphers ${OPENSSL_CRYPTO_LIBRARY}) add_test(NAME ciphers COMMAND test_ciphers) set_tests_properties(ciphers PROPERTIES ENVIRONMENT "${TEST_ENVIRONMENT}") +# test_curves is an internals testing program, it doesn't need a test env add_executable(test_curves test_curves.c) target_link_libraries(test_curves gost_core ${OPENSSL_CRYPTO_LIBRARY}) -add_test(NAME curves - COMMAND test_curves) +add_test(NAME curves COMMAND test_curves) add_executable(test_params test_params.c) target_link_libraries(test_params ${OPENSSL_CRYPTO_LIBRARY})