X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=774a1a7c2ae225b5ff4e878908f84c38f3306848;hb=f2d6039b1b8c501d989c35adf42095186de4f999;hp=ca8992d32754844cb59dd38194a0a93215c3739c;hpb=edf43868fd2ff1b8a487aa61230410d18844f278;p=openssl-gost%2Fengine.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ca8992d..774a1a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,6 +113,16 @@ set(GOST_ENGINE_SOURCE_FILES gost_omac_acpkm.c ) +add_executable(test_curves test_curves.c) +target_link_libraries(test_curves gost_engine gost_core ${OPENSSL_CRYPTO_LIBRARY}) +add_test(NAME curves + COMMAND test_curves) + +add_executable(test_context test_context.c) +target_link_libraries(test_context gost_engine gost_core ${OPENSSL_CRYPTO_LIBRARY}) +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_LIBRARY}) add_test(NAME grasshopper