diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b61dc49..9a6242c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -136,16 +136,16 @@ add_executable(bn_add_sub bn_add_sub.c) | |||
136 | target_link_libraries(bn_add_sub ${OPENSSL_TEST_LIBS}) | 136 | target_link_libraries(bn_add_sub ${OPENSSL_TEST_LIBS}) |
137 | add_test(bn_add_sub bn_add_sub) | 137 | add_test(bn_add_sub bn_add_sub) |
138 | 138 | ||
139 | # bn_gcd | ||
140 | add_executable(bn_gcd bn_cmp.c) | ||
141 | target_link_libraries(bn_gcd ${OPENSSL_TEST_LIBS}) | ||
142 | add_test(bn_gcd bn_gcd) | ||
143 | |||
144 | # bn_cmp | 139 | # bn_cmp |
145 | add_executable(bn_cmp bn_cmp.c) | 140 | add_executable(bn_cmp bn_cmp.c) |
146 | target_link_libraries(bn_cmp ${OPENSSL_TEST_LIBS}) | 141 | target_link_libraries(bn_cmp ${OPENSSL_TEST_LIBS}) |
147 | add_test(bn_cmp bn_cmp) | 142 | add_test(bn_cmp bn_cmp) |
148 | 143 | ||
144 | # bn_gcd | ||
145 | add_executable(bn_gcd bn_cmp.c) | ||
146 | target_link_libraries(bn_gcd ${OPENSSL_TEST_LIBS}) | ||
147 | add_test(bn_gcd bn_gcd) | ||
148 | |||
149 | # bn_isqrt | 149 | # bn_isqrt |
150 | add_executable(bn_isqrt bn_isqrt.c) | 150 | add_executable(bn_isqrt bn_isqrt.c) |
151 | target_link_libraries(bn_isqrt ${OPENSSL_TEST_LIBS}) | 151 | target_link_libraries(bn_isqrt ${OPENSSL_TEST_LIBS}) |