Boost logo

Boost Users :

From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2006-06-19 04:09:40


Gennadiy Rozental wrote:
> "Johan Nilsson" <r.johan.nilsson_at_[hidden]> wrote in message
> news:e6tou0$g0e$1_at_sea.gmane.org...

[snip]

>>
>> A config file sounds like a great idea, and the above would work for
>> me. Using a more-or-less standard fileformat instead of the above
>> would be a plus though, IMHO.
>
> What standard you have in mind? The only other alternative I
> considered is XML, but then I would need a parser.

Well, I said more-or-less, implying also the inclusion of de-facto
standards.

I'd prefer XML (which could potentially be implemented using the
property_tree library, even though I think Boost.Test should be as
self-contained as possible). INI-file style format would be ok too, example:

[boost.test.log]
format = xml
output_file = $MY_OUTPUT_FILE

[boost.test.log.xml]
suite_tag = testsuite

Thanks for listening.

// Johan


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net