$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-09-13 13:01:27
"Chris Weed" <chrisweed_at_[hidden]> wrote in message
news:359e4bf50609130926j23a8842ep62795596f06ee411_at_mail.gmail.com...
> Hi,
> I would like to generate xml output from my test.
> The boost libraries seem to have an executable that converts the test
> output to xml.
What executable do you mean?
> Is there a way to do it directly from the testing library?
Boost.Test based unit test has an ability to format an output in XML.
Use --output_format=XML
or
--report_format=XML
--log_format=XML
separately.
Gennadiy