> I am using the unit test framework on Solaris 5.8 using workshop 6
> 
> I can't get BOOST_MESSAGE to print anything.

You need to set a log level to messages. By default it's all_errors. You
could do it like this:

<your program name> --log_level=messages

If you always want to use above log level you could set an environment
variable BOOST_TEST_LOG_LEVEL.

Gennadiy.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to