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 an older version of Boost and was released in 2016. The current version is 1.91.0.
Parameter output_format combines an effect of report_format and log_format parameters. This parameter
has higher priority than either one of them. In other words if this parameter
is specified it overrides the value of other two parameters. This parameter
does not have a default value. The only acceptable values are string names
of output formats: HRF - human readable format and XML - XML formats for
automation tools processing.
Enumeration name:
HRF stands for human readable format, while XML is dedicated to automated output processing
--output_format=<format>
-o
<format>
BOOST_TEST_OUTPUT_FORMAT