Boost logo

Boost Users :

From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2007-01-08 09:56:54


"Peter" <pjfoley_at_[hidden]> wrote in message
news:000701c7322d$04f85850$1100a8c0_at_Billswan.local...
[...]
> It seems that the BOOST_WARN is not outputting a message. Is this
> expected behaviour?

Yes. To see warnings you need to modify log level. By default only errors
are reported. To see warnings you could specify command line argument
--log_level=warning

> Also another minor point in the code I have named the BOOST_TEST_SUITE
> "Test Suite!" but in the output it is calling it "Master Test Suite".
> Is this something I am not setting right?

Since 1.34.0. the master test suite is always present. This is test suite
all other test cases and test suites (including automatically registered)
are being added to.
Check an examples to see how to specify the master test suite name using
both auto-facility and explicit test module init.

Gennadiy


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net