
3 Feb
2006
3 Feb
'06
8:57 a.m.
The following unexpectedly(?) links and run: --- #include <boost/test/auto_unit_test.hpp> boost::unit_test::test_suite* init_unit_test_suite( int, char*[] ) { boost::unit_test::framework::master_test_suite().p_name.value = "whatever"; return 0; } --- Don't I need to define BOOST_TEST_MAIN in this case? Is this as intended? I'm using the latest cvs and UTF as a static library. // Johan