From 4d753badc09cca1a85c4fb7f404bae2d6ed51f5f Mon Sep 17 00:00:00 2001 From: Don Date: Wed, 21 Mar 2018 11:33:38 -0700 Subject: Cleanup options around tests --- tests/CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tests') 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) 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 - "$" - "$" - "$" - "${CMAKE_CURRENT_BINARY_DIR}" - COMMENT "Copying DLLs for regression tests") -endif() - -- cgit v1.2.3-55-g6feb