$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost Test - Customize output.
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-07-08 10:40:44
mik <mirko.cambi <at> gmail.com> writes:
> The information about the file and number of line are unnecessary.Â
>
> How can I suppress it?
You can implement your own log formatter. Follow an example inside Boost.Test or
even better just inherit from it and tweak what you need.
> And is it possible to customize the final report too?
The same here. Implement custom report formatter and register it
Gennadiy