Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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