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