Skip to content
Snippets Groups Projects
Commit ca0ef3aa authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Automatic move of files to module Feature/SeamCarving

parent 5afcd077
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ set(OTBSeamCarvingTests
otbSeamCarvingTestDriver.cxx
otbRemoveCarvingPathFilterNew.cxx
otbImageToCarvingPathFilterNew.cxx
otbAddCarvingPathFilterNew.cxx
)
add_executable(otbSeamCarvingTestDriver ${OTBSeamCarvingTests})
......@@ -18,3 +19,5 @@ otb_add_test(NAME feTuRemoveCarvingPathFilterNew COMMAND otbSeamCarvingTestDrive
otb_add_test(NAME feTuImageToCarvingPathFilterNew COMMAND otbSeamCarvingTestDriver
otbImageToCarvingPathFilterNew)
otb_add_test(NAME feTuAddCarvingPathFilterNew COMMAND otbPathTestDriver
otbAddCarvingPathFilterNew)
......@@ -3,4 +3,5 @@ void RegisterTests()
{
REGISTER_TEST(otbRemoveCarvingPathFilterNew);
REGISTER_TEST(otbImageToCarvingPathFilterNew);
REGISTER_TEST(otbAddCarvingPathFilterNew);
}
......@@ -19,7 +19,6 @@ otbImageToEdgePathFilterNew.cxx
otbDrawPathListFilter.cxx
otbDrawPathListFilterNew.cxx
otbDrawPathFilter.cxx
otbAddCarvingPathFilterNew.cxx
otbOrientationPath.cxx
otbOrientationPathNew.cxx
otbDrawPathFilterNew.cxx
......@@ -143,8 +142,6 @@ otb_add_test(NAME coTvDrawPatFilter COMMAND otbPathTestDriver
${TEMP}/coTvDrawPathFilterOutput.png
)
otb_add_test(NAME feTuAddCarvingPathFilterNew COMMAND otbPathTestDriver
otbAddCarvingPathFilterNew)
otb_add_test(NAME feTuOrientationPath_090 COMMAND otbPathTestDriver
otbOrientationPath 90.0)
......
......@@ -18,7 +18,6 @@ void RegisterTests()
REGISTER_TEST(otbDrawPathListFilter);
REGISTER_TEST(otbDrawPathListFilterNew);
REGISTER_TEST(otbDrawPathFilter);
REGISTER_TEST(otbAddCarvingPathFilterNew);
REGISTER_TEST(otbOrientationPath);
REGISTER_TEST(otbOrientationPathNew);
REGISTER_TEST(otbDrawPathFilterNew);
......
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