projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3db2f8
)
copy test conf files to bin directory
author
Kyle Hegeman
<kyle.hegeman@gmail.com>
Tue, 12 May 2015 00:15:45 +0000
(20:15 -0400)
committer
Kyle Hegeman
<kyle.hegeman@gmail.com>
Tue, 12 May 2015 00:15:45 +0000
(20:15 -0400)
tests/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tests/CMakeLists.txt
b/tests/CMakeLists.txt
index ea088b8de3bf8ca869ad6b11c06da63d3685acc3..af28e734f65f53fb507adf7b742a1461306b1f05 100644
(file)
--- 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