diff options
author | Brent Cook <bcook@openbsd.org> | 2018-11-07 22:45:27 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-11-07 22:45:27 -0600 |
commit | bcf5c3e29e078045bc50b23501acd59673437056 (patch) | |
tree | 3e8d77729134341d6ce9e6d32096d61b608ab73f /tests/CMakeLists.txt | |
parent | 04ad19529d7e9abe8df6f19647d9a7e0702f24d5 (diff) | |
download | portable-bcf5c3e29e078045bc50b23501acd59673437056.tar.gz portable-bcf5c3e29e078045bc50b23501acd59673437056.tar.bz2 portable-bcf5c3e29e078045bc50b23501acd59673437056.zip |
add x509name test
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 b06023b..88138bf 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -467,6 +467,11 @@ add_executable(x25519test x25519test.c) | |||
467 | target_link_libraries(x25519test ${OPENSSL_LIBS}) | 467 | target_link_libraries(x25519test ${OPENSSL_LIBS}) |
468 | add_test(x25519test x25519test) | 468 | add_test(x25519test x25519test) |
469 | 469 | ||
470 | # x509name | ||
471 | add_executable(x509name x509name.c) | ||
472 | target_link_libraries(x509name ${OPENSSL_LIBS}) | ||
473 | add_test(x509name x509name) | ||
474 | |||
470 | if(BUILD_SHARED_LIBS) | 475 | if(BUILD_SHARED_LIBS) |
471 | add_custom_command(TARGET x25519test POST_BUILD | 476 | add_custom_command(TARGET x25519test POST_BUILD |
472 | COMMAND "${CMAKE_COMMAND}" -E copy | 477 | COMMAND "${CMAKE_COMMAND}" -E copy |