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

result_code
PrevUpHomeNext

The "no" argument value for the option [`result_code] instructs the Unit Test Framework to always return zero result code. This could be used for test programs executed within IDE. By default this parameter has value "yes". See the usage recommendations section for more details.

Acceptable values

Boolean with default value yes.

Command line syntax
  • --result_code[=<boolean value>]
  • -c [<boolean value>]
Environment variable
BOOST_TEST_RESULT_CODE

PrevUpHomeNext