Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
--use_alt_stack

This parameter instructs the test runner to use an alternate stack for signals processing on platforms where this is supported.

Value

Meaning

no (default)

Do not use an alternate stack.

yes

Use an alternate stack, where supported.

Environment variable: BOOST_TEST_USE_ALT_STACK


PrevUpHomeNext