Boost logo

Boost :

From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2006-02-03 03:57:49


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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk