From 1867a13c9a6b331468b263c7c2106ec83c6b602c Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@gmail.com> Date: Mon, 7 Jun 2010 16:28:18 +0200 Subject: [PATCH] ADD:add test related to bug num 169 --- Testing/Fa/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Testing/Fa/CMakeLists.txt b/Testing/Fa/CMakeLists.txt index 63e4a31a3d..e8e1871569 100644 --- a/Testing/Fa/CMakeLists.txt +++ b/Testing/Fa/CMakeLists.txt @@ -230,6 +230,9 @@ ADD_TEST(FA-0000132-jpg ${CXX_TEST_PATH}/0000132-jpg ) ENDIF(OTB_USE_VISU_GUI) +ADD_TEST(FA-0000169-fftcomplextocomplex ${CXX_TEST_PATH}/0000169-fftcomplextocomplex + ) + # ------- Vectorization issue ----------------------------------- # FIXME Desactivated until http://bugs.orfeo-toolbox.org/view.php?id=94 # has somebody working on it @@ -262,4 +265,7 @@ ENDIF(OTB_USE_VISU_GUI) ADD_EXECUTABLE(PolygonsVectorization PolygonsVectorization.cxx) TARGET_LINK_LIBRARIES(PolygonsVectorization OTBIO OTBCommon) +ADD_EXECUTABLE(0000169-fftcomplextocomplex 0000169-fftcomplextocomplex.cxx) +TARGET_LINK_LIBRARIES(0000169-fftcomplextocomplex OTBIO OTBCommon) + ENDIF( NOT OTB_DISABLE_CXX_TESTING AND BUILD_TESTING ) -- GitLab