#include <boost/program_options.hpp>#include <boost/test/unit_test.hpp>#include "uhal/tests/definitions.hpp"#include "uhal/tests/fixtures.hpp"#include "uhal/tests/tools.hpp"#include "uhal/log/log.hpp"Go to the source code of this file.
Classes | |
| struct | ListWritingVisitor |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE uhalTests |
| #define | BOOST_TEST_NO_MAIN |
Functions | |
| int BOOST_TEST_CALL_DECL | main (int argc, char *argv[]) |
Variables | |
| const std::string | kOptionHelp = "help" |
| const std::string | kOptionList = "list" |
| const std::string | kOptionConnFile = "connection-file" |
| const std::string | kOptionVerbose = "verbose" |
| const std::string | kOptionVeryVerbose = "very-verbose" |
| #define BOOST_TEST_DYN_LINK |
Definition at line 44 of file run_uhal_tests.cxx.
| #define BOOST_TEST_MODULE uhalTests |
Definition at line 45 of file run_uhal_tests.cxx.
| #define BOOST_TEST_NO_MAIN |
Definition at line 48 of file run_uhal_tests.cxx.
| int BOOST_TEST_CALL_DECL main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 106 of file run_uhal_tests.cxx.
References uhal::Debug, uhal::Fatal, kOptionConnFile, kOptionHelp, kOptionList, kOptionVerbose, kOptionVeryVerbose, and uhal::Notice.
| const std::string kOptionConnFile = "connection-file" |
Definition at line 101 of file run_uhal_tests.cxx.
Referenced by main().
| const std::string kOptionHelp = "help" |
Definition at line 99 of file run_uhal_tests.cxx.
Referenced by main().
| const std::string kOptionList = "list" |
Definition at line 100 of file run_uhal_tests.cxx.
Referenced by main().
| const std::string kOptionVerbose = "verbose" |
Definition at line 102 of file run_uhal_tests.cxx.
Referenced by main().
| const std::string kOptionVeryVerbose = "very-verbose" |
Definition at line 103 of file run_uhal_tests.cxx.
Referenced by main().
1.8.13