From 2fb3a22442506e7ccdf7b0ce0b86a1bafd21787a Mon Sep 17 00:00:00 2001 From: Jonathan Guinet <jonathan.guinet@c-s.fr> Date: Mon, 16 Apr 2012 08:39:06 +0200 Subject: [PATCH] TEST: add rand option. --- Testing/Applications/Hyperspectral/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Testing/Applications/Hyperspectral/CMakeLists.txt b/Testing/Applications/Hyperspectral/CMakeLists.txt index 1a1b871f90..ee0ffbc03e 100644 --- a/Testing/Applications/Hyperspectral/CMakeLists.txt +++ b/Testing/Applications/Hyperspectral/CMakeLists.txt @@ -40,6 +40,7 @@ OTB_TEST_APPLICATION(NAME apTvHyVertexComponentAnalysis APP VertexComponentAnalysis OPTIONS -in ${OTB_DATA_ROOT}/Input/Hyperspectral/synthetic/hsi_cube.tif -ne 5 + -rand 121212 -outendm ${TEMP}/apTvHyVertexComponentAnalysis.tif double VALID --compare-image ${EPSILON_9} ${BASELINE}/TvHyVertexComponentAnalysisImage.tif -- GitLab