Make CATCH_BREAK_INTO_DEBUGGER be user-configurable
This commit is contained in:
parent
4a5bc0f39a
commit
ccb1f70629
13 changed files with 89 additions and 21 deletions
|
@ -213,6 +213,9 @@ namespace Catch {
|
|||
| Opt( config.benchmarkNoAnalysis )
|
||||
["--benchmark-no-analysis"]
|
||||
( "perform only measurements; do not perform any analysis" )
|
||||
| Opt( config.benchmarkWarmupTime, "benchmarkWarmupTime" )
|
||||
["--benchmark-warmup-time"]
|
||||
( "amount of time in milliseconds spent on warming up each test (default: 100)" )
|
||||
| Arg( config.testsOrTags, "test name|pattern|tags" )
|
||||
( "which test or tests to use" );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue