From bc2003d23f8be4559f4938c8be0d410d9deacca3 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Fri, 20 Aug 2010 17:02:19 +0800 Subject: [PATCH] TEST: exclude raTvSarRadiometricCalibrationToImageFilter when largeinput is not available --- Testing/Code/Radiometry/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Testing/Code/Radiometry/CMakeLists.txt b/Testing/Code/Radiometry/CMakeLists.txt index 343f29709a..abd4a76c2c 100644 --- a/Testing/Code/Radiometry/CMakeLists.txt +++ b/Testing/Code/Radiometry/CMakeLists.txt @@ -1449,6 +1449,9 @@ ADD_TEST(raTvSarParametricMapFunctionToImageFilter ${RADIOMETRY_TESTS9} ${INPUTDATA}/poupees_1canal.hd ${TEMP}/raTvSarParametricMapFunctionToImageFilter.tif ) + +IF(OTB_DATA_USE_LARGEINPUT) + ADD_TEST(raTvSarRadiometricCalibrationToImageFilter ${RADIOMETRY_TESTS9} # --compare-image ${EPSILON_7} # ${BASELINE}/bfTvFunctionToImageFilterTest.tif @@ -1459,7 +1462,7 @@ ADD_TEST(raTvSarRadiometricCalibrationToImageFilter ${RADIOMETRY_TESTS9} 1000 1000 250 250 # Extract ) - +ENDIF(OTB_DATA_USE_LARGEINPUT) # A enrichir -- GitLab