]> Creatis software - clitk.git/blobdiff - tests/tools/CMakeLists.txt
remove toolsTest using google framework
[clitk.git] / tests / tools / CMakeLists.txt
index f1b9a7b88ba8ebad2f9f47a5c5d1526f4def6e6a..90cb0977f8bdf4a668ae5c23c2e0bf97551d76ee 100644 (file)
@@ -8,12 +8,6 @@ SET (CUSTOM_TEST_SRC
   clitkImageInfoTest.cxx
   vvMainTest.cxx
 )
-ADD_EXECUTABLE(toolsTest ${CUSTOM_TEST_SRC})
-ADD_DEFINITIONS(-DCLITK_TEST_TOOLS_PATH=\"${PROJECT_BINARY_DIR}/bin/\")
-TARGET_LINK_LIBRARIES(toolsTest vvLib ${vvExternalLibs} gtest)
-
-# Add all tests found in the source code, calling the executable to run them
-add_google_tests ( ${EXECUTABLE_OUTPUT_PATH}/toolsTest ${srcs})
 
 SET(BUILDNAME ${BUILDNAME}_tools CACHE INTERNAL DOCSTRING)