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 7e730e3..c4038e5 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -172,6 +172,11 @@ set_source_files_properties(bn_mod_exp.c PROPERTIES COMPILE_FLAGS
172target_link_libraries(bn_mod_exp ${OPENSSL_TEST_LIBS}) 172target_link_libraries(bn_mod_exp ${OPENSSL_TEST_LIBS})
173add_test(bn_mod_exp bn_mod_exp) 173add_test(bn_mod_exp bn_mod_exp)
174 174
175# bn_mod_inverse
176add_executable(bn_mod_inverse bn_mod_inverse.c)
177target_link_libraries(bn_mod_inverse ${OPENSSL_TEST_LIBS})
178add_test(bn_mod_inverse bn_mod_inverse)
179
175# bn_mod_sqrt 180# bn_mod_sqrt
176add_executable(bn_mod_sqrt bn_mod_sqrt.c) 181add_executable(bn_mod_sqrt bn_mod_sqrt.c)
177target_link_libraries(bn_mod_sqrt ${OPENSSL_TEST_LIBS}) 182target_link_libraries(bn_mod_sqrt ${OPENSSL_TEST_LIBS})