From ca3af4ae3652bcb560e4613144f1f694a50409ca Mon Sep 17 00:00:00 2001 From: Kyle Hegeman Date: Mon, 11 May 2015 20:15:45 -0400 Subject: [PATCH] copy test conf files to bin directory --- tests/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.34.1