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
Branches
Tags
No related merge requests found
...@@ -17,11 +17,14 @@ ...@@ -17,11 +17,14 @@
=========================================================================*/ =========================================================================*/
#include "itkExceptionObject.h" #include "itkExceptionObject.h"
#include "otbMacro.h" #include "otbMacro.h"
#include "otbI18n.h"
#include <fstream> #include <fstream>
#include "otbConfigurationFile.h" #include "otbConfigurationFile.h"
int otbConfigurationTest(int argc, char * argv[]) int otbConfigurationTest(int argc, char * argv[])
{ {
otbI18nMacro();
// std::cout << "begin config test" << std::endl; // std::cout << "begin config test" << std::endl;
typedef otb::ConfigurationFile ConfigurationType; typedef otb::ConfigurationFile ConfigurationType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment