Newer
Older
Julien Malik
committed
set(TEST_DRIVER otbTestDriver
--add-before-env ITK_AUTOLOAD_PATH $<TARGET_FILE_DIR:otbapp_ReadImageInfo> )
Julien Malik
committed
#--- Rescale ---#
add_test(NAME apTvUtRescaleTest
Julien Malik
committed
COMMAND otbTestDriver
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
Rescale
--modulePath $<TARGET_FILE_DIR:otbapp_Rescale>
--in ${INPUTDATA}/poupees.tif
--out ${TEMP}/owTvRescaleTest.tif
--outmin 20
--outmax 150 )
#--- Smoothing ---#
add_test(NAME apTvUtSmoothingTest
Julien Malik
committed
COMMAND otbTestDriver
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
Smoothing
--modulePath $<TARGET_FILE_DIR:otbapp_Smoothing>
--in ${INPUTDATA}/poupees.tif
--out ${TEMP}/owTvSmoothingTest2.tif
--type mean)
#--- ReadImageInfo ---#
add_test(NAME apTvUtReadImageInfoTest
Julien Malik
committed
COMMAND otbTestDriver
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
ReadImageInfo
--modulePath $<TARGET_FILE_DIR:otbapp_ReadImageInfo>
--in ${INPUTDATA}/poupees.tif )
Julien Malik
committed
IF(OTB_DATA_USE_LARGEINPUT)
add_test(NAME apTvUtReadImageInfoSpot5
COMMAND otbTestDriver
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
ReadImageInfo
--modulePath $<TARGET_FILE_DIR:otbapp_ReadImageInfo>
--in ${LARGEDATA}/SPOT5/TEHERAN/IMAGERY.TIF )
add_test(NAME apTvUtReadImageInfoERS
COMMAND otbTestDriver
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
ReadImageInfo
--modulePath $<TARGET_FILE_DIR:otbapp_ReadImageInfo>
--in ${LARGEDATA}/SAR_ERS2_SLCI_SCENE1/DAT_01.001 )
add_test(NAME apTvUtReadImageInfoRADARSAT1
COMMAND otbTestDriver
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
ReadImageInfo
--modulePath $<TARGET_FILE_DIR:otbapp_ReadImageInfo>
--in ${LARGEDATA}/RADARSAT1/GOMA/SCENE01/DAT_01.001 )
ENDIF(OTB_DATA_USE_LARGEINPUT)
#--- ExtractROI ---#
add_test(NAME apTvUtExtractROIRightInputFile
COMMAND otbTestDriver --compare-image ${NOTOL}
Julien Malik
committed
${INPUTDATA}/couleurs_extrait.png
${TEMP}/utExtractROIRightInputFile.tif
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
ExtractROI
--modulePath $<TARGET_FILE_DIR:otbapp_ExtractROI>
--in ${INPUTDATA}/couleurs_extrait.png
--out ${TEMP}/utExtractROIRightInputFile.tif )
add_test(NAME apTvUtExtractROISizeNULL
COMMAND otbTestDriver --compare-image ${NOTOL}
${INPUTDATA}/couleurs_extrait.png
${TEMP}/utExtractROISizeNULL.tif
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
ExtractROI
--modulePath $<TARGET_FILE_DIR:otbapp_ExtractROI>
--in ${INPUTDATA}/couleurs_extrait.png
--out ${TEMP}/utExtractROISizeNULL.tif
--sizex 0 )
add_test(NAME apTvUtExtractROISizeTooBig
COMMAND otbTestDriver --compare-image ${NOTOL}
${INPUTDATA}/couleurs_extrait.png
${TEMP}/utExtractROISizeNULL.tif
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
ExtractROI
--modulePath $<TARGET_FILE_DIR:otbapp_ExtractROI>
--in ${INPUTDATA}/couleurs_extrait.png
--out ${TEMP}/utExtractROISizeNULL.tif
--sizex 1000000 )