Cleanup options around tests

This commit is contained in:
Don
2018-03-21 11:33:38 -07:00
parent a1c22d93cd
commit 4d753badc0
4 changed files with 7 additions and 23 deletions

View File

@@ -427,14 +427,3 @@ add_test(verifytest verifytest)
add_executable(x25519test x25519test.c)
target_link_libraries(x25519test ${OPENSSL_LIBS})
add_test(x25519test x25519test)
if(ENABLE_VSTEST AND BUILD_SHARED_LIBS)
add_custom_command(TARGET x25519test POST_BUILD
COMMAND "${CMAKE_COMMAND}" -E copy
"$<TARGET_FILE:tls>"
"$<TARGET_FILE:ssl>"
"$<TARGET_FILE:crypto>"
"${CMAKE_CURRENT_BINARY_DIR}"
COMMENT "Copying DLLs for regression tests")
endif()