Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

report_level

Parameter report_level allows to set the verbosity level of the testing result report generated by the Unit Test Framework. Use value "no" to eliminate the results report completely. See the report formats section for description of report formats on different levels.

Acceptable values

Enumeration report_level names:

Command line syntax
Environment variable
BOOST_TEST_REPORT_LEVEL

PrevUpHomeNext