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

TEST: add otbI18nMacro in otbConfigurationTest

parent 4ec4a094
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,14 @@
=========================================================================*/
#include "itkExceptionObject.h"
#include "otbMacro.h"
#include "otbI18n.h"
#include <fstream>
#include "otbConfigurationFile.h"
int otbConfigurationTest(int argc, char * argv[])
{
otbI18nMacro();
// std::cout << "begin config test" << std::endl;
typedef otb::ConfigurationFile ConfigurationType;
......
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