7 #define BOOST_TEST_DYN_LINK
8 #define BOOST_TEST_MODULE "Test module for component factory"
10 #include <boost/test/unit_test.hpp>
17 using namespace boost;
40 Core::instance().initiate(boost::unit_test::framework::master_test_suite().argc,
41 boost::unit_test::framework::master_test_suite().argv);
48 Core::instance().terminate();
53 BOOST_AUTO_TEST_SUITE_END()
external boost library namespace
~Core_fixture()
common tear-down for each test case
Top-level namespace for coolfluid.
BOOST_AUTO_TEST_CASE(initiate)
Core_fixture()
common setup for each test case
Most basic kernel library.