|
My Project
|
#include <climits>#include <boost/test/unit_test.hpp>#include <boost/test/tools/floating_point_comparison.hpp>#include <miaconfig.h>#include <mia/core/cmdlineparser.hh>#include <mia/core/plugin_base.hh>#include <mia/internal/main.hh>#include <boost/mpl/vector.hpp>Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MAIN |
| #define | BOOST_TEST_NO_MAIN |
Functions | |
| int BOOST_TEST_CALL_DECL | do_main (int argc, char *argv[]) |
| MIA_MAIN (do_main) | |
| void | test_pluginsets (const std::set< std::string > &plugins, const std::set< std::string > &test_data) |
Variables | |
| const mia::SProgramDescription | description |
| #define BOOST_TEST_DYN_LINK |
Definition at line 31 of file autotest.hh.
| #define BOOST_TEST_MAIN |
Definition at line 34 of file autotest.hh.
| #define BOOST_TEST_NO_MAIN |
Definition at line 35 of file autotest.hh.
| int BOOST_TEST_CALL_DECL do_main | ( | int | argc, |
| char * | argv[] ) |
| void test_pluginsets | ( | const std::set< std::string > & | plugins, |
| const std::set< std::string > & | test_data ) |
Definition at line 54 of file autotest.hh.
| const mia::SProgramDescription description |
Definition at line 46 of file autotest.hh.
Referenced by CCmdOptionList::CCmdOptionList(), and do_main().