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 ef1b206..991076f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -202,6 +202,11 @@ add_executable(bn_unit bn_unit.c) | |||
202 | target_link_libraries(bn_unit ${OPENSSL_TEST_LIBS}) | 202 | target_link_libraries(bn_unit ${OPENSSL_TEST_LIBS}) |
203 | add_test(bn_unit bn_unit) | 203 | add_test(bn_unit bn_unit) |
204 | 204 | ||
205 | # bn_word | ||
206 | add_executable(bn_word bn_word.c) | ||
207 | target_link_libraries(bn_word ${OPENSSL_TEST_LIBS}) | ||
208 | add_test(bn_word bn_word) | ||
209 | |||
205 | # buffertest | 210 | # buffertest |
206 | add_executable(buffertest buffertest.c) | 211 | add_executable(buffertest buffertest.c) |
207 | target_link_libraries(buffertest ${OPENSSL_TEST_LIBS}) | 212 | target_link_libraries(buffertest ${OPENSSL_TEST_LIBS}) |