diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 5 |
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 | ||
323 | add_executable(ecc_cdh ecc_cdh.c) | ||
324 | target_link_libraries(ecc_cdh ${OPENSSL_TEST_LIBS}) | ||
325 | add_test(ecc_cdh ecc_cdh) | ||
326 | |||
322 | # ec_asn1_test | 327 | # ec_asn1_test |
323 | add_executable(ec_asn1_test ec_asn1_test.c) | 328 | add_executable(ec_asn1_test ec_asn1_test.c) |
324 | target_link_libraries(ec_asn1_test ${OPENSSL_TEST_LIBS}) | 329 | target_link_libraries(ec_asn1_test ${OPENSSL_TEST_LIBS}) |