Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
--report_level

This argument controls the level of the test report. The levels are cumulative, with each successive level incorporating the output of all the previous levels. See test runner report for more information on the report.

Value

Meaning

no

No test report.

confirm (default)

Confirmation test report.

short

Short test report.

detailed

Detailed test report.

Environment variable: BOOST_TEST_REPORT_LEVEL


PrevUpHomeNext