From fd444d908d87827c88d76a9beabf9d222ba059e4 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Sat, 6 Dec 2008 10:22:02 +0800
Subject: [PATCH] TEST: separation for IO test (review)

---
 Examples/IO/CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Examples/IO/CMakeLists.txt b/Examples/IO/CMakeLists.txt
index a3b71e9bbb..0290ce9814 100644
--- a/Examples/IO/CMakeLists.txt
+++ b/Examples/IO/CMakeLists.txt
@@ -117,8 +117,7 @@ SET(DATA ${OTB_DATA_ROOT}/Input)
 SET(INPUTDATA ${OTB_SOURCE_DIR}/Examples/Data)
 SET(TEMP ${OTB_BINARY_DIR}/Testing/Temporary)
 
-SET(EXE_TESTS ${CXX_TEST_PATH}/otbIOExamplesTests)
-SET(EXE_TESTS ${CXX_TEST_PATH}/otbIOExamplesTests2)
+SET(EXE_TESTS ${CXX_TEST_PATH}/otbIOExamplesTests ${CXX_TEST_PATH}/otbIOExamplesTests2)
 
 SET(TOL 0.0)
 
-- 
GitLab