mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-07 23:39:32 +01:00
Config refactoring: split List enum into three bools
This commit is contained in:
@@ -188,6 +188,7 @@ struct Config {
|
||||
Config()
|
||||
: listTests( false ),
|
||||
listTags( false ),
|
||||
listReporters( false ),
|
||||
showSuccessfulTests( false ),
|
||||
breakIntoDebugger( false ),
|
||||
noThrow( false ),
|
||||
|
||||
Reference in New Issue
Block a user