From: mpech Date: Fri, 8 Jul 2011 12:06:21 +0000 (+0200) Subject: update of TOOLS_PATH in tests X-Git-Tag: v1.3.0~297 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=837aef6981c3be047edeca988ef538cbcc1a1f71;p=clitk.git update of TOOLS_PATH in tests --- diff --git a/tests/tools/clitkImageInfoTest.cxx b/tests/tools/clitkImageInfoTest.cxx index 0b3f303..a2ab2b5 100644 --- a/tests/tools/clitkImageInfoTest.cxx +++ b/tests/tools/clitkImageInfoTest.cxx @@ -24,7 +24,7 @@ #include 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()) );