Skip to content
Snippets Groups Projects
Commit 3f70fd07 authored by Grégoire Mercier's avatar Grégoire Mercier
Browse files

REFAC add test

parent ea1cf569
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ SET( otbHyperTests1_SRC
otbMNFImageFilter.cxx
otbNAPCAImageFilter.cxx
otbFastICAImageFilter.cxx
otbSparseWvltToAngleMapperListFilter.cxx
)
ADD_EXECUTABLE(otbHyperTests1 ${otbHyperTests1_SRC} otbHyperTests1.cxx)
......@@ -520,6 +521,9 @@ ADD_TEST(hyTvVCAImageFilter_AVIRIS
${TEMP}/aviris_vcaimagefilter_13.hdr
13 )
ADD_TEST(bfTuSparseWvltToAngleMapperListFilter
${TESTEXE_DIR}/otbHyperTests1
otbSparseWvltToAngleMapperListFilter)
###################
......
......@@ -70,4 +70,5 @@ void RegisterTests()
REGISTER_TEST(otbFastICAInternalOptimizerVectorImageFilterNewTest);
REGISTER_TEST(otbFastICAImageFilterNewTest);
REGISTER_TEST(otbFastICAImageFilterTest);
REGISTER_TEST(otbSparseWvltToAngleMapperListFilter);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment