X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=b4be930d3181ae1651d905940550372ebb821ca9;hb=refs%2Fpull%2F107%2Fhead;hp=52397396efc15264ab91e3f0285df700d428bbea;hpb=b9935fbf77164cf491fb12df74f7a85e877813cd;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