Skip to content
Snippets Groups Projects
Commit 07f47c58 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH: add missing REGISTER_TEST

parent 23ed3fa5
Branches
Tags
No related merge requests found
...@@ -28,6 +28,7 @@ void RegisterTests() ...@@ -28,6 +28,7 @@ void RegisterTests()
REGISTER_TEST(otbLabelObjectOpeningMuParserFilterNew); REGISTER_TEST(otbLabelObjectOpeningMuParserFilterNew);
REGISTER_TEST(otbLabelObjectOpeningMuParserFilterTest); REGISTER_TEST(otbLabelObjectOpeningMuParserFilterTest);
REGISTER_TEST(otbVectorDataToRandomLineGeneratorNew); REGISTER_TEST(otbVectorDataToRandomLineGeneratorNew);
REGISTER_TEST(otbVectorDataToRandomLineGenerator);
REGISTER_TEST(otbConcatenateVectorDataFilterNew); REGISTER_TEST(otbConcatenateVectorDataFilterNew);
REGISTER_TEST(otbConcatenateVectorDataFilter); REGISTER_TEST(otbConcatenateVectorDataFilter);
} }
...@@ -35,6 +35,7 @@ void RegisterTests() ...@@ -35,6 +35,7 @@ void RegisterTests()
REGISTER_TEST(otbRationalTransformNew); REGISTER_TEST(otbRationalTransformNew);
REGISTER_TEST(otbRationalTransform); REGISTER_TEST(otbRationalTransform);
REGISTER_TEST(otbGeographicalDistanceNew); REGISTER_TEST(otbGeographicalDistanceNew);
REGISTER_TEST(otbGeographicalDistance);
REGISTER_TEST(otbVectorDataTransformFilterNew); REGISTER_TEST(otbVectorDataTransformFilterNew);
REGISTER_TEST(otbVectorDataTransformFilter); REGISTER_TEST(otbVectorDataTransformFilter);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment