unittest/ogr/main.cpp File Reference
#include "../Config.h"
#include <terralib/core/utils/Platform.h>
#include <terralib/common.h>
#include <terralib/core/plugin.h>
#include <terralib_buildconfig.h>
#include <boost/test/unit_test.hpp>

Go to the source code of this file.

Macros

#define BOOST_TEST_NO_MAIN
 

Functions

bool init_unit_test ()
 
void LoadModules ()
 It loads the data source drivers. More...
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

#define BOOST_TEST_NO_MAIN

Definition at line 34 of file unittest/ogr/main.cpp.

Function Documentation

bool init_unit_test ( )

Definition at line 37 of file unittest/ogr/main.cpp.

Referenced by main().

void LoadModules ( )

It loads the data source drivers.

It loads the TerraLib modules.

Load the required runtime modules.

Load terralib modules.

It loads the data source drivers.

Definition at line 42 of file unittest/ogr/main.cpp.

References te::core::FindInTerraLibPath(), te::core::PluginManager::insert(), te::core::PluginManager::instance(), te::core::JSONPluginInfoSerializer(), te::core::PluginManager::load(), and te::core::PluginInfo::name.

Referenced by main().