#include <climits>#include <boost/test/unit_test.hpp>#include <boost/test/floating_point_comparison.hpp>#include <miaconfig.h>#include <mia/core/cmdlineparser.hh>#include <mia/core/plugin_base.hh>#include <mia/internal/main.hh>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[] | ||
| ) |
Definition at line 65 of file autotest.hh.
References cvdebug(), description, and MIA_MAIN().
| void test_pluginsets | ( | const std::set< std::string > & | plugins, |
| const std::set< std::string > & | test_data | ||
| ) |
Definition at line 52 of file autotest.hh.
| const mia::SProgramDescription description |
Definition at line 44 of file autotest.hh.
Referenced by do_main().