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 7c80002..e6cb2bc 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -341,6 +341,11 @@ add_executable(mont mont.c) | |||
341 | target_link_libraries(mont ${OPENSSL_TEST_LIBS}) | 341 | target_link_libraries(mont ${OPENSSL_TEST_LIBS}) |
342 | add_test(mont mont) | 342 | add_test(mont mont) |
343 | 343 | ||
344 | # objectstest | ||
345 | add_executable(objectstest objectstest.c) | ||
346 | target_link_libraries(objectstest ${OPENSSL_TEST_LIBS}) | ||
347 | add_test(objectstest objectstest) | ||
348 | |||
344 | # ocsp_test | 349 | # ocsp_test |
345 | if(ENABLE_EXTRATESTS) | 350 | if(ENABLE_EXTRATESTS) |
346 | add_executable(ocsp_test ocsp_test.c) | 351 | add_executable(ocsp_test ocsp_test.c) |