From ec32b1df35f49e8f785bd2de0306719825b2be57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Fri, 5 Oct 2012 23:25:54 +0200 Subject: Commented out profile_test --- src/common/test/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/common/test/CMakeLists.txt b/src/common/test/CMakeLists.txt index 7936862..ccbb739 100644 --- a/src/common/test/CMakeLists.txt +++ b/src/common/test/CMakeLists.txt @@ -14,7 +14,7 @@ ${GTEST_DIR}/include add_executable(image_test ../image.cpp image_test.cpp) target_link_libraries(image_test ${SDL_LIBRARY} ${SDLIMAGE_LIBRARY} ${PNG_LIBRARIES}) -add_executable(profile_test ../profile.cpp ../logger.cpp profile_test.cpp) -target_link_libraries(profile_test gtest ${Boost_LIBRARIES}) +#add_executable(profile_test ../profile.cpp ../logger.cpp profile_test.cpp) +#target_link_libraries(profile_test gtest ${Boost_LIBRARIES}) -add_test(profile_test ./profile_test) +#add_test(profile_test ./profile_test) -- cgit v1.2.3-1-g7c22