$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2006-06-09 03:34:02
Hi,
I'm using the Boost.Test (unit test framework) from cvs, trying to get xml
output redirected into files. The xml format itself is not a problem, but I
can't find any options to get the output into files.
Is this possible to do using either command-line arguments or environment
variables? It's possible, but awkard, to use unit_test_log::set_stream, but
I figured I'd
check if there were any options before implementing that.
/ Johan