Boost.Test > Components > The Unit Test Framework > > Parameters > The 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.