diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d590708..4685c5b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -138,6 +138,13 @@ set_source_files_properties(bn_mod_exp.c PROPERTIES COMPILE_FLAGS | |||
138 | target_link_libraries(bn_mod_exp ${OPENSSL_TEST_LIBS}) | 138 | target_link_libraries(bn_mod_exp ${OPENSSL_TEST_LIBS}) |
139 | add_test(bn_mod_exp bn_mod_exp) | 139 | add_test(bn_mod_exp bn_mod_exp) |
140 | 140 | ||
141 | # bn_mod_exp_zero | ||
142 | add_executable(bn_mod_exp_zero bn_mod_exp_zero.c) | ||
143 | set_source_files_properties(bn_mod_exp_zero.c PROPERTIES COMPILE_FLAGS | ||
144 | -ULIBRESSL_INTERNAL) | ||
145 | target_link_libraries(bn_mod_exp_zero ${OPENSSL_TEST_LIBS}) | ||
146 | add_test(bn_mod_exp_zero bn_mod_exp_zero) | ||
147 | |||
141 | # bn_mod_exp2_mont | 148 | # bn_mod_exp2_mont |
142 | add_executable(bn_mod_exp2_mont bn_mod_exp2_mont.c) | 149 | add_executable(bn_mod_exp2_mont bn_mod_exp2_mont.c) |
143 | target_link_libraries(bn_mod_exp2_mont ${OPENSSL_TEST_LIBS}) | 150 | target_link_libraries(bn_mod_exp2_mont ${OPENSSL_TEST_LIBS}) |