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

TEST: Fixing additional tests drivers

parent 5bf249e7
No related branches found
No related tags found
No related merge requests found
......@@ -45,4 +45,5 @@ void RegisterTests()
REGISTER_TEST(otbListSampleGenerator);
REGISTER_TEST(otbImaginaryImageToComplexImageFilterTest);
REGISTER_TEST(otbListSampleToHistogramListGenerator);
REGISTER_TEST(otbContinuousMinimumMaximumImageCalculatorTest);
}
......@@ -20,7 +20,7 @@
using namespace otb;
int otbSpectralSensitivityReaderNew(int itkNotUsed(argc) char * itkNotUsed(argv) [])
int otbSpectralSensitivityReaderNew(int itkNotUsed(argc), char * itkNotUsed(argv) [])
{
SpectralSensitivityReader::Pointer spectSen = SpectralSensitivityReader::New();
......
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