Skip to content
Snippets Groups Projects
Commit 60f618e3 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: add test for ConcatenateVectorData application

parent 40373807
No related branches found
No related tags found
No related merge requests found
......@@ -160,4 +160,14 @@ OTB_TEST_APPLICATION(NAME apTvUtOSMDownloader
# -key "highway"
# -out ${TEMP}/otbOSMDownloaderOutput.shp
#)
ENDIF(OTB_DATA_USE_LARGEINPUT)
\ No newline at end of file
ENDIF(OTB_DATA_USE_LARGEINPUT)
# Concatenate VectorData
OTB_TEST_APPLICATION(NAME apTuUtConcatenateVectorData
APP ConcatenateVectorData
OPTIONS --vd ${INPUTDATA}/waterways.shp
${INPUTDATA}/france_coastline.shp
--out ${TEMP}/apTuUtConcatenateVectorDataOutputTest.shp
VALID --compare-ogr ${NOTOL}
${OTBAPP_BASELINE_FILES}/utTvConcatenateVectorData.shp
${TEMP}/apTuUtConcatenateVectorDataOutputTest.shp)
\ No newline at end of file
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