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 f0df7b0..2cdd683 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -586,6 +586,11 @@ add_executable(x509name x509name.c) | |||
586 | target_link_libraries(x509name ${OPENSSL_LIBS}) | 586 | target_link_libraries(x509name ${OPENSSL_LIBS}) |
587 | add_test(x509name x509name) | 587 | add_test(x509name x509name) |
588 | 588 | ||
589 | # x509req_ext | ||
590 | add_executable(x509req_ext x509req_ext.c) | ||
591 | target_link_libraries(x509req_ext ${OPENSSL_LIBS}) | ||
592 | add_test(x509req_ext x509req_ext) | ||
593 | |||
589 | if(BUILD_SHARED_LIBS) | 594 | if(BUILD_SHARED_LIBS) |
590 | add_custom_command(TARGET x25519test POST_BUILD | 595 | add_custom_command(TARGET x25519test POST_BUILD |
591 | COMMAND "${CMAKE_COMMAND}" -E copy | 596 | COMMAND "${CMAKE_COMMAND}" -E copy |