Skip to content
Snippets Groups Projects
Commit 6cc76ad2 authored by Guillaume Borrut's avatar Guillaume Borrut
Browse files

ENH. Update Testing for RAD format

parent bd07a729
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,9 @@
void RegisterTests()
{
REGISTER_TEST(otbRADImageIOTestCanRead);
REGISTER_TEST(otbImageFileReaderRAD);
REGISTER_TEST(otbImageFileReaderRADChar);
REGISTER_TEST(otbImageFileReaderRADInt);
REGISTER_TEST(otbImageFileReaderRADFloat);
REGISTER_TEST(otbImageFileReaderRADComplexFloat);
REGISTER_TEST(otbImageFileReaderRADComplexInt);
REGISTER_TEST(otbImageFileReaderRADComplexShort);
}
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