Home | Libraries | People | FAQ | More |
This argument controls whether or not the test runner returns an exit code corresponding to a summary of the test execution or zero. The summary result code is determined as follows:
Result Code |
Description |
---|---|
0 ( |
All executed tests passed. |
200 ( |
Failure due to uncaught exception. |
201 ( |
One or more executed tests failed. |
Value |
Meaning |
---|---|
|
Always return zero. |
|
Return a status code indicating the summary of the tests executed. |
Environment variable: BOOST_TEST_RESULT_CODE