#include <boost/test/unit_test.hpp>
#include "torc/common/DirectoryTree.hpp"
#include <iostream>

Go to the source code of this file.
Classes | |
| class | RegressionFilter |
| Test suite visitor to disable regression tests. More... | |
| struct | TestFixture |
| Convenience test fixture struct to request desired logging level from Boost.Test. More... | |
Defines | |
| #define | BOOST_TEST_DYN_LINK |
| Request dynamic linking of Boost.Test. | |
| #define | BOOST_TEST_MODULE torc |
| Define the top-level test module. | |
Functions | |
| bool | init_unit_test (void) |
| Prototype for Boost.Test bool init_unit_test(void). | |
Definition in file UnitTestMain.cpp.
| #define BOOST_TEST_DYN_LINK |
| #define BOOST_TEST_MODULE torc |
| bool init_unit_test | ( | void | ) |
Prototype for Boost.Test bool init_unit_test(void).
1.5.6