From bc197df785407aedeae99c87291729b8d64b1a18 Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Wed, 21 Sep 2011 10:14:14 +0200
Subject: [PATCH] TEST: missing commit for running the applications tests

---
 Testing/Applications/CMakeLists.txt | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/Testing/Applications/CMakeLists.txt b/Testing/Applications/CMakeLists.txt
index 2cf36e4563..f43acc8194 100644
--- a/Testing/Applications/CMakeLists.txt
+++ b/Testing/Applications/CMakeLists.txt
@@ -1,7 +1,17 @@
 set(INPUTDATA ${OTB_DATA_ROOT}/Input)
+
+if(OTB_DATA_USE_LARGEINPUT)
+  set(LARGEDATA ${OTB_DATA_LARGEINPUT_ROOT} )
+endif(OTB_DATA_USE_LARGEINPUT)
+
 set(TEMP ${OTB_BINARY_DIR}/Testing/Temporary)
 
-SET(TOL 0.0)
-SET(EPSILON 0.000000000001)
+SET(BASELINE       ${OTB_DATA_ROOT}/Baseline/OTB/Images)
+SET(BASELINE_FILES ${OTB_DATA_ROOT}/Baseline/OTB/Files)
+
+
+SET(NOTOL 0.0)
+SET(EPSILON_3 0.001)
+SET(EPSILON_9 0.000000001)
 
 add_subdirectory(Util)
-- 
GitLab