7 #define BOOST_TEST_DYN_LINK
8 #define BOOST_TEST_MODULE "Test module for the mesh generators"
10 #include <boost/assign/list_of.hpp>
11 #include <boost/test/unit_test.hpp>
24 BOOST_AUTO_TEST_SUITE(
Growl )
30 notifier->
notify(
"event",
"description");
33 BOOST_AUTO_TEST_SUITE_END()
Safe pointer to an object. This is the supported method for referring to components.
Top-level namespace for coolfluid.
common::Component & root() const
Gives the default root component.
Handle< Component > create_component(const std::string &name, const std::string &builder)
Build a (sub)component of this component using the extended type_name of the component.
Most basic kernel library.