Move tests to the test dir.

This commit is contained in:
Victor Zverovich
2014-05-01 16:49:08 -07:00
parent 5c639eb4c4
commit 9cf43ccdad
3 changed files with 70 additions and 35 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ add_library(gtest gtest/gtest-all.cc)
find_package(Threads)
target_link_libraries(gtest ${CMAKE_THREAD_LIBS_INIT})
add_executable(format-test format-test.cc)
add_executable(format-test test/format-test.cc)
target_link_libraries(format-test format gtest)
if (CMAKE_COMPILER_IS_GNUCXX)
set_target_properties(format-test PROPERTIES COMPILE_FLAGS