From 55e546e084686835e6e1d668b4ccd239a8c98d64 Mon Sep 17 00:00:00 2001 From: Guillaume Borrut <guillaume.borrut@c-s.fr> Date: Fri, 19 Sep 2008 12:59:15 +0000 Subject: [PATCH] ENH. RAD format testings --- Testing/Code/IO/otbIOTests16.cxx | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Testing/Code/IO/otbIOTests16.cxx diff --git a/Testing/Code/IO/otbIOTests16.cxx b/Testing/Code/IO/otbIOTests16.cxx new file mode 100644 index 0000000000..620459cbae --- /dev/null +++ b/Testing/Code/IO/otbIOTests16.cxx @@ -0,0 +1,34 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + +// this file defines the otbCommonTest for the test driver +// and all it expects is that you have a function called RegisterTests +#if defined(_MSC_VER) +#pragma warning ( disable : 4786 ) +#endif + +#include <iostream> +#include "otbTestMain.h" + + +void RegisterTests() +{ +REGISTER_TEST(otbRADImageIOTestCanRead); +REGISTER_TEST(otbALOSImageIOTestCanRead); +REGISTER_TEST(otbImageFileReaderTest); +} -- GitLab