$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-11-08 11:20:49
"Kervin L. Pierre" <kervin_at_[hidden]> wrote in message
news:20061107223513.67300.qmail_at_web510.biz.mail.mud.yahoo.com...
> Hello,
>
> I wrote a few simple test cases using
> Boost test, and things seem to work
> ok except done of my BOOST_MESSAGE()
> calls output anything.
You need to setup log level. By default these messages do not appear. To see
them use --log_level=message
> Also I saw in a message somewhere
> that these functions can output
> to other targets than the screen.
> If that is the case, how do I
> go about doing this?
If would help if you mention the version of Boost you are referring to. CVS
version presents following interface:
boost::unit_test::unit_test_log.set_stream( std::ostream& )
Gennadiy