Home | Libraries | People | FAQ | More |
This argument controls whether or not the test runner will execute tests in a random order. This argument can also provide a seed for the random number generator used to run tests in a random order.
Value |
Meaning |
---|---|
|
Run tests in registration order. |
|
Run tests in a random order, using the current time as the seed. |
|
Run tests in a random order, using |
Environment variable: BOOST_TEST_RANDOM