]> Creatis software - clitk.git/commitdiff
update of TOOLS_PATH in tests
authormpech <maxime.pech@insa-lyon.fr>
Fri, 8 Jul 2011 12:06:21 +0000 (14:06 +0200)
committermpech <maxime.pech@insa-lyon.fr>
Fri, 8 Jul 2011 12:06:21 +0000 (14:06 +0200)
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()) );