aboutsummaryrefslogtreecommitdiff
path: root/test/common
diff options
context:
space:
mode:
Diffstat (limited to 'test/common')
-rw-r--r--test/common/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/common/CMakeLists.txt b/test/common/CMakeLists.txt
index 1c669dcc..f0406db8 100644
--- a/test/common/CMakeLists.txt
+++ b/test/common/CMakeLists.txt
@@ -12,4 +12,9 @@ if (UNIX)
)
endif()
+add_custom_command(TARGET cru_base_test POST_BUILD
+ COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_RUNTIME_DLLS:cru_base_test> $<TARGET_FILE_DIR:cru_base_test>
+ COMMAND_EXPAND_LISTS
+ )
+
gtest_discover_tests(cru_base_test)