Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

report_format

Allows selecting the Unit Test Framework report format from the list of formats supplied by the framework. To specify a custom report format use unit_test_report API.

[Warning] Warning

Provide something concrete to the user

Acceptable values

HRF stands for human readable format, while XML is dedicated to automated output processing

Environment variable
BOOST_TEST_REPORT_FORMAT

PrevUpHomeNext