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 c4038e5..96981ba 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -153,6 +153,11 @@ add_executable(bn_cmp bn_cmp.c) | |||
153 | target_link_libraries(bn_cmp ${OPENSSL_TEST_LIBS}) | 153 | target_link_libraries(bn_cmp ${OPENSSL_TEST_LIBS}) |
154 | add_test(bn_cmp bn_cmp) | 154 | add_test(bn_cmp bn_cmp) |
155 | 155 | ||
156 | # bn_convert | ||
157 | add_executable(bn_convert bn_convert.c) | ||
158 | target_link_libraries(bn_convert ${OPENSSL_TEST_LIBS}) | ||
159 | add_test(bn_convert bn_convert) | ||
160 | |||
156 | # bn_gcd | 161 | # bn_gcd |
157 | add_executable(bn_gcd bn_cmp.c) | 162 | add_executable(bn_gcd bn_cmp.c) |
158 | target_link_libraries(bn_gcd ${OPENSSL_TEST_LIBS}) | 163 | target_link_libraries(bn_gcd ${OPENSSL_TEST_LIBS}) |