aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index b669360..69c0d51 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -427,14 +427,3 @@ add_test(verifytest verifytest)
427add_executable(x25519test x25519test.c) 427add_executable(x25519test x25519test.c)
428target_link_libraries(x25519test ${OPENSSL_LIBS}) 428target_link_libraries(x25519test ${OPENSSL_LIBS})
429add_test(x25519test x25519test) 429add_test(x25519test x25519test)
430
431if(ENABLE_VSTEST AND BUILD_SHARED_LIBS)
432 add_custom_command(TARGET x25519test POST_BUILD
433 COMMAND "${CMAKE_COMMAND}" -E copy
434 "$<TARGET_FILE:tls>"
435 "$<TARGET_FILE:ssl>"
436 "$<TARGET_FILE:crypto>"
437 "${CMAKE_CURRENT_BINARY_DIR}"
438 COMMENT "Copying DLLs for regression tests")
439endif()
440