aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index b82a2a6..b660478 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -319,6 +319,11 @@ add_test(dsatest dsatest)
319# set_tests_properties(dtlstest PROPERTIES ENVIRONMENT "srcdir=${TEST_SOURCE_DIR}") 319# set_tests_properties(dtlstest PROPERTIES ENVIRONMENT "srcdir=${TEST_SOURCE_DIR}")
320# endif() 320# endif()
321 321
322# ecc_cdh
323add_executable(ecc_cdh ecc_cdh.c)
324target_link_libraries(ecc_cdh ${OPENSSL_TEST_LIBS})
325add_test(ecc_cdh ecc_cdh)
326
322# ec_asn1_test 327# ec_asn1_test
323add_executable(ec_asn1_test ec_asn1_test.c) 328add_executable(ec_asn1_test ec_asn1_test.c)
324target_link_libraries(ec_asn1_test ${OPENSSL_TEST_LIBS}) 329target_link_libraries(ec_asn1_test ${OPENSSL_TEST_LIBS})