aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-08-07 08:31:27 +0900
committeripknHama <ipknhama@gmail.com>2014-08-07 08:31:27 +0900
commitc36aa219e25e26019035fe3465471fd510778422 (patch)
treebea27ec5e1adb3681babd7c818a7de5cb7551e4d /tests
parent81fcf4af0127d93e817877d0ce1223b606d30fd6 (diff)
downloadcrow-c36aa219e25e26019035fe3465471fd510778422.tar.gz
crow-c36aa219e25e26019035fe3465471fd510778422.zip
now crow becomes completely header only
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
-rw-r--r--tests/template/CMakeLists.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index d35925c..6beb0be 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -7,7 +7,7 @@ unittest.cpp
)
add_executable(unittest ${TEST_SRCS})
-target_link_libraries(unittest crow)
+#target_link_libraries(unittest crow)
target_link_libraries(unittest ${Boost_LIBRARIES} )
set_target_properties(unittest PROPERTIES COMPILE_FLAGS "--coverage -fprofile-arcs -ftest-coverage")
diff --git a/tests/template/CMakeLists.txt b/tests/template/CMakeLists.txt
index 1d4ec30..86c5d25 100644
--- a/tests/template/CMakeLists.txt
+++ b/tests/template/CMakeLists.txt
@@ -15,8 +15,8 @@ add_executable(mustachetest ${TEST_SRCS})
#target_link_libraries(unittest ${Boost_LIBRARIES} )
set_target_properties(mustachetest PROPERTIES COMPILE_FLAGS "-Wall -std=c++1y")
-message(${PROJECT_SOURCE_DIR})
-message(${CMAKE_CURRENT_BINARY_DIR})
+#message(${PROJECT_SOURCE_DIR})
+#message(${CMAKE_CURRENT_BINARY_DIR})
file(COPY DIRECTORY . DESTINATION ${CMAKE_CURRENT_BINARY_DIR}
FILES_MATCHING
PATTERN "*.json")