From ae1ce5cc1534f5c99067802faf8699396f80cd25 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Thu, 11 May 2006 09:41:52 +0000 Subject: [PATCH] nomsg --- Testing/Code/IO/CMakeLists.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Testing/Code/IO/CMakeLists.txt b/Testing/Code/IO/CMakeLists.txt index 487910430f..9deee30f7f 100755 --- a/Testing/Code/IO/CMakeLists.txt +++ b/Testing/Code/IO/CMakeLists.txt @@ -18,12 +18,20 @@ SET(IO_TESTS ${CXX_TEST_PATH}/otbIOTests) # --- STREAMING --- ADD_TEST(ioTvStreamingImageFilterTest ${IO_TESTS} - --compare-image ${TOL} ${TEMP}/ioStreamingImageFilterTestRef.png - ${TEMP}/ioStreamingImageFilterTest.png +# --compare-image ${TOL} ${TEMP}/ioStreamingImageFilterTestRef.png +# ${TEMP}/ioStreamingImageFilterTest.png otbStreamingImageFilterTest ${INPUTDATA}/poupees_1canal.hd ${TEMP}/ioStreamingImageFilterTest.png ) +# --- STREAMING --- +ADD_TEST(ioTvStreamingImageFileWriterTest ${IO_TESTS} +# --compare-image ${TOL} ${TEMP}/ioStreamingImageFilterTestRef.png +# ${TEMP}/ioStreamingImageFilterTest.png + otbStreamingImageFileWriterTest + ${INPUTDATA}/poupees_1canal.hd + ${TEMP}/ioStreamingImageFileWriterTest.png + ) # --- RADARSAT (GDAL) --- ADD_TEST(ioTvMultiMonoChannelROI_RADARSAT2BSQ ${COMMON_TESTS} @@ -390,6 +398,7 @@ otbImageFileWriterRGBTest.cxx otbMultiToMonoChannelExtractROISAR.cxx otbImageFileReaderERS.cxx otbStreamingImageFilterTest.cxx +otbStreamingImageFileWriterTest.cxx otbImageTest.cxx otbVectorImageTest.cxx ) -- GitLab