$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Rozental, Gennadiy (gennadiy.rozental_at_[hidden])
Date: 2003-08-20 12:50:19
> 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.