Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
--show_progress

This parameter instructs the test runner to print progress through the test cases. The test runner has no way of determining the length of time each test case will consume; the progress percentage is determined by counting test cases.

Value

Meaning

no (default)

Do not show test execution progress.

yes

Show test execution progress.

Environment variable: BOOST_TEST_SHOW_PROGRESS


PrevUpHomeNext