Skip to content
Snippets Groups Projects
Commit 990dc5eb authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

Automated merge with http://hg.orfeo-toolbox.org/OTB

parents 40360dda c27975d3
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ SET(COMMON_TESTS3 ${CXX_TEST_PATH}/otbCommonTests3)
SET(IO_TESTS1 ${CXX_TEST_PATH}/otbIOTests1)
SET(IO_TESTS2 ${CXX_TEST_PATH}/otbIOTests2)
SET(IO_TESTS3 ${CXX_TEST_PATH}/otbIOTests3)
SET(IO_TESTS4 ${CXX_TEST_PATH}/otbIOTests4)
#SET(IO_TESTS4 ${CXX_TEST_PATH}/otbIOTests4)
SET(IO_TESTS5 ${CXX_TEST_PATH}/otbIOTests5)
SET(IO_TESTS6 ${CXX_TEST_PATH}/otbIOTests6)
SET(IO_TESTS7 ${CXX_TEST_PATH}/otbIOTests7)
......
/*=========================================================================
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 "otbTestMain.h"
void RegisterTests()
{
}
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