Skip to content
Snippets Groups Projects
Commit c3547b1a authored by Julien Malik's avatar Julien Malik
Browse files

TEST: fix test of EstimateImageStatistics

parent ae903679
Branches
Tags
No related merge requests found
......@@ -6,8 +6,11 @@ endif(OTB_DATA_USE_LARGEINPUT)
set(TEMP ${OTB_BINARY_DIR}/Testing/Temporary)
SET(BASELINE ${OTB_DATA_ROOT}/Baseline/OTB/Images)
SET(BASELINE_FILES ${OTB_DATA_ROOT}/Baseline/OTB/Files)
SET(BASELINE ${OTB_DATA_ROOT}/Baseline/OTB/Images)
SET(BASELINE_FILES ${OTB_DATA_ROOT}/Baseline/OTB/Files)
SET(OTBAPP_BASELINE ${OTB_DATA_ROOT}/Baseline/OTB-Applications/Images)
SET(OTBAPP_BASELINE_FILES ${OTB_DATA_ROOT}/Baseline/OTB-Applications/Files)
SET(NOTOL 0.0)
......
......@@ -4,7 +4,7 @@
add_test(NAME apTvClEstimateImagesStatisticsQB1
COMMAND otbTestDriver
--compare-ascii ${NOTOL}
${BASELINE_FILES}/clImageStatisticsQB1.xml
${OTBAPP_BASELINE_FILES}/clImageStatisticsQB1.xml
${TEMP}/apTvClEstimateImageStatisticsQB1.xml
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
EstimateImagesStatistics
......@@ -15,7 +15,7 @@ add_test(NAME apTvClEstimateImagesStatisticsQB1
add_test(NAME apTvClEstimateImagesStatisticsQB123
COMMAND otbTestDriver
--compare-ascii ${NOTOL}
${BASELINE_FILES}/clImageStatisticsQB123.xml
${OTBAPP_BASELINE_FILES}/clImageStatisticsQB123.xml
${TEMP}/apTvClEstimateImageStatisticsQB123.xml
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
EstimateImagesStatistics
......@@ -28,7 +28,7 @@ add_test(NAME apTvClEstimateImagesStatisticsQB123
add_test(NAME apTvClEstimateImagesStatisticsQB456
COMMAND otbTestDriver
--compare-ascii ${NOTOL}
${BASELINE_FILES}/clImageStatisticsQB456.xml
${OTBAPP_BASELINE_FILES}/clImageStatisticsQB456.xml
${TEMP}/apTvClEstimateImageStatisticsQB456.xml
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
EstimateImagesStatistics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment