From 2ed98aa27c188809a462aa30ecdba3561b48594b Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Tue, 20 Sep 2011 10:29:08 +0200 Subject: [PATCH] TEST: fix bug - multiple test declaration --- Testing/Applications/CMakeLists.txt | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/Testing/Applications/CMakeLists.txt b/Testing/Applications/CMakeLists.txt index ebdf112845..1517300c8a 100644 --- a/Testing/Applications/CMakeLists.txt +++ b/Testing/Applications/CMakeLists.txt @@ -2,26 +2,3 @@ set(INPUTDATA ${OTB_DATA_ROOT}/Input) set(TEMP ${OTB_BINARY_DIR}/Testing/Temporary) add_subdirectory(Util) - -add_test(NAME exTvRescaleTest - COMMAND otbApplicationLauncherCommandLine - Rescale - --modulePath $<TARGET_FILE_DIR:otbapp_Rescale> - --in ${INPUTDATA}/poupees.tif - --out ${TEMP}/owTvRescaleTest.tif - --outmin 20 - --outmax 150 ) - -add_test(NAME exTvSmoothingTest - COMMAND otbApplicationLauncherCommandLine - Smoothing - --modulePath $<TARGET_FILE_DIR:otbapp_Smoothing> - --in ${INPUTDATA}/poupees.tif - --out ${TEMP}/owTvSmoothingTest2.tif - --type mean) - -add_test(NAME exTvReadImageInfoTest - COMMAND otbApplicationLauncherCommandLine - ReadImageInfo - --modulePath $<TARGET_FILE_DIR:otbapp_ReadImageInfo> - --in ${INPUTDATA}/poupees.tif ) -- GitLab