X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=15fe22d5024c4a6ee35657891fdcf42331c287b5;hb=33775d5d32e9825c9c703a2efc16ba275baec42e;hp=ca8992d32754844cb59dd38194a0a93215c3739c;hpb=ff6364a8907b15684e685e8d7984088cfb4c74b4;p=openssl-gost%2Fengine.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ca8992d..15fe22d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,6 +113,11 @@ set(GOST_ENGINE_SOURCE_FILES gost_omac_acpkm.c ) +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