mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-31 00:47:56 +00:00
ConfigData now looks virtually identical to the Clara test Config
This commit is contained in:
parent
20ddb0055f
commit
3f184e22e8
3 changed files with 77 additions and 73 deletions
|
@ -194,7 +194,8 @@ struct Config {
|
|||
noThrow( false ),
|
||||
showHelp( false ),
|
||||
abortAfter( 0 ),
|
||||
verbosity( Verbosity::Normal )
|
||||
verbosity( Verbosity::Normal ),
|
||||
warnings( Warning::Nothing )
|
||||
{}
|
||||
|
||||
bool listTests;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue