X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=b4be930d3181ae1651d905940550372ebb821ca9;hb=b2e0f8c6e708e70fcfea9384095aa48f2774af47;hp=52397396efc15264ab91e3f0285df700d428bbea;hpb=2e1e7ebdff55018298b69630c3670e737b997935;p=openssl-gost%2Fengine.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 5239739..b4be930 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,6 +123,11 @@ set(GOST_ENGINE_SOURCE_FILES gost_omac_acpkm.c ) +add_executable(test_params test_params.c) +target_link_libraries(test_params gost_engine gost_core ${OPENSSL_CRYPTO_LIBRARY}) +add_test(NAME parameters + COMMAND test_params) + add_executable(test_curves test_curves.c) target_link_libraries(test_curves gost_engine gost_core ${OPENSSL_CRYPTO_LIBRARY}) add_test(NAME curves