From: Kyle Hegeman Date: Tue, 12 May 2015 00:15:45 +0000 (-0400) Subject: copy test conf files to bin directory X-Git-Tag: v2.1.0~246^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ca3af4ae3652bcb560e4613144f1f694a50409ca;p=libcds.git copy test conf files to bin directory --- diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index ea088b8d..af28e734 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -10,4 +10,7 @@ set(SOURCES cppunit/test_main.cpp add_library(${TEST_COMMON} OBJECT ${SOURCES}) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/test-hdr) -add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/unit) \ No newline at end of file +add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/unit) + +file(GLOB CONF_FILES data/*.conf) +file(COPY ${CONF_FILES} DESTINATION ${EXECUTABLE_OUTPUT_PATH}) \ No newline at end of file