Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

report_format

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 stands for human readable format, while XML is dedicated to automated output processing

Environment variable
BOOST_TEST_REPORT_FORMAT

PrevUpHomeNext