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

report_format
PrevUpHomeNext

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 (default)
  • XML

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

Environment variable
BOOST_TEST_REPORT_FORMAT

PrevUpHomeNext