Skip to content
Snippets Groups Projects
Commit f030e2c2 authored by Christophe Palmann's avatar Christophe Palmann Committed by Guillaume Pasero
Browse files

TEST: inputs/baselines in tif instead of png

parent 06cbb9fe
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,11 @@ set(INPUTDATA ${OTB_DATA_ROOT}/Examples)
otb_add_test(NAME bfTeLeeImageFilterTest COMMAND ${OTB_TEST_DRIVER}
--compare-n-images ${NOTOL} 1
${BASELINE}/GomaSmallLeeFiltered.png
${TEMP}/GomaSmallLeeFiltered.png
${BASELINE}/GomaSmallLeeFiltered.tif
${TEMP}/GomaSmallLeeFiltered.tif
Execute $<TARGET_FILE:LeeImageFilter>
${INPUTDATA}/GomaSmall.png
${TEMP}/GomaSmallLeeFiltered.png
${INPUTDATA}/GomaSmall.tif
${TEMP}/GomaSmallLeeFiltered.tif
3 1
)
......@@ -15,11 +15,11 @@ otb_add_test(NAME bfTeLeeImageFilterTest COMMAND ${OTB_TEST_DRIVER}
otb_add_test(NAME bfTeFrostImageFilterTest COMMAND ${OTB_TEST_DRIVER}
--compare-n-images ${NOTOL} 1
${BASELINE}/GomaSmallFrostFiltered.png
${TEMP}/GomaSmallFrostFiltered.png
${BASELINE}/GomaSmallFrostFiltered.tif
${TEMP}/GomaSmallFrostFiltered.tif
Execute $<TARGET_FILE:FrostImageFilter>
${INPUTDATA}/GomaSmall.png
${TEMP}/GomaSmallFrostFiltered.png
${INPUTDATA}/GomaSmall.tif
${TEMP}/GomaSmallFrostFiltered.tif
5 0.1
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment