$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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