Skip to content
Snippets Groups Projects
Commit 1323cf1a authored by Julien Michel's avatar Julien Michel
Browse files

TEST: Avoid using same output names for different tests

parent 33ab778d
No related branches found
No related tags found
No related merge requests found
...@@ -97,10 +97,10 @@ otb_test_application(NAME apTvDmStereoRectificationGridGeneratorTestAvgDEM ...@@ -97,10 +97,10 @@ otb_test_application(NAME apTvDmStereoRectificationGridGeneratorTestAvgDEM
OPTIONS -io.inleft ${INPUTDATA}/sensor_stereo_left.tif OPTIONS -io.inleft ${INPUTDATA}/sensor_stereo_left.tif
-io.inright ${INPUTDATA}/sensor_stereo_right.tif -io.inright ${INPUTDATA}/sensor_stereo_right.tif
-io.outleft ${TEMP}/apTvDmStereoRectificationGridGeneratorLeftTest.tif -io.outleft ${TEMP}/apTvDmStereoRectificationGridGeneratorLeftTestAvgDEM.tif
-io.outright ${TEMP}/apTvDmStereoRectificationGridGeneratorRightTest.tif -io.outright ${TEMP}/apTvDmStereoRectificationGridGeneratorRightTestAvgDEM.tif
-inverse.outleft ${TEMP}/apTvDmStereoRectificationGridGeneratorInverseLeftTest.tif -inverse.outleft ${TEMP}/apTvDmStereoRectificationGridGeneratorInverseLeftTestAvgDEM.tif
-inverse.outright ${TEMP}/apTvDmStereoRectificationGridGeneratorInverseRightTest.tif -inverse.outright ${TEMP}/apTvDmStereoRectificationGridGeneratorInverseRightTestAvgDEM.tif
-epi.elevation.dem ${INPUTDATA}/DEM/srtm_directory -epi.elevation.dem ${INPUTDATA}/DEM/srtm_directory
-epi.elevation.geoid ${INPUTDATA}/DEM/egm96.grd -epi.elevation.geoid ${INPUTDATA}/DEM/egm96.grd
-epi.elevation.avgdem.step 10 -epi.elevation.avgdem.step 10
......
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