...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::unit_test::framework::register_test_unit — This function add new test suite into the global collection of test units the framework aware of.
// In header: <boost/test/framework.hpp> void register_test_unit(test_suite * ts);