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

report_level
PrevUpHomeNext

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:

  • confirm (default)
  • no
  • short
  • detailed
Command line syntax
  • --report_level=<format>
  • -r <format>
Environment variable
BOOST_TEST_REPORT_LEVEL

PrevUpHomeNext