]> Creatis software - clitk.git/blobdiff - tests/tools/clitkImageInfoTest.cxx
update of TOOLS_PATH in tests
[clitk.git] / tests / tools / clitkImageInfoTest.cxx
index 0b3f30394a178b6cb08c7dffdfbeacc17091f312..a2ab2b56f61fb87c4d5ec22af4b83bff383094ba 100644 (file)
@@ -24,7 +24,7 @@
 #include <itksys/SystemTools.hxx>
 static inline void compare(std::string mhd, std::string ref){
   std::ostringstream cmd_line;
-  cmd_line << TOOLS_PATH<<"clitkImageInfo " << mhd << " > clitkImageInfoTest.out";
+  cmd_line << CLITK_TEST_TOOLS_PATH<<"clitkImageInfo " << mhd << " > clitkImageInfoTest.out";
   system(cmd_line.str().c_str());
   
   EXPECT_FALSE( itksys::SystemTools::FilesDiffer("clitkImageInfoTest.out", ref.c_str()) );