Boost.Test > Components > The Unit Test Framework > Parameters > Report format
Boost Test reporto

The 'report format' parameter

Parameter Name: The Unit Test Framework report format
Environment variable name: BOOST_TEST_REPORT_FORMAT
Command line argument name: report_format
Acceptable Values:
HRF - human readable format
XML - XML format for automated output processing
Description: allows to select the Unit Test Framework report format from the list of formats supplied by the framework. To specify custom report format use unit_test_report API.