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 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 | |||
172 | target_link_libraries(bn_mod_exp ${OPENSSL_TEST_LIBS}) | 172 | target_link_libraries(bn_mod_exp ${OPENSSL_TEST_LIBS}) |
173 | add_test(bn_mod_exp bn_mod_exp) | 173 | add_test(bn_mod_exp bn_mod_exp) |
174 | 174 | ||
175 | # bn_mod_inverse | ||
176 | add_executable(bn_mod_inverse bn_mod_inverse.c) | ||
177 | target_link_libraries(bn_mod_inverse ${OPENSSL_TEST_LIBS}) | ||
178 | add_test(bn_mod_inverse bn_mod_inverse) | ||
179 | |||
175 | # bn_mod_sqrt | 180 | # bn_mod_sqrt |
176 | add_executable(bn_mod_sqrt bn_mod_sqrt.c) | 181 | add_executable(bn_mod_sqrt bn_mod_sqrt.c) |
177 | target_link_libraries(bn_mod_sqrt ${OPENSSL_TEST_LIBS}) | 182 | target_link_libraries(bn_mod_sqrt ${OPENSSL_TEST_LIBS}) |