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

use_alt_stack
PrevUpHomeNext

Option use_alt_stack instructs the Unit Test Framework to use alternative stack for signals processing, on platforms where they are supported. More information about this feature is available here. The feature is enabled by default, but can be disabled using this parameter.

Acceptable values

Boolean with default value yes.

Command line syntax
  • --use_alt_stack[=<boolean value>]
Environment variable
BOOST_TEST_USE_ALT_STACK

PrevUpHomeNext