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

output_format
PrevUpHomeNext

Combines an effect of report_format and log_format parameters. Has higher priority than either one of them if specified.

Acceptable values
  • HRF (default)
  • XML

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

Environment variable
BOOST_TEST_OUTPUT_FORMAT

PrevUpHomeNext