forked from catchorg/Catch2
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