Config refactoring: split List enum into three bools

This commit is contained in:
Phil Nash
2013-05-29 18:42:46 +01:00
parent 3c3beb57c3
commit c2ca80d9fb
4 changed files with 90 additions and 111 deletions

View File

@@ -188,6 +188,7 @@ struct Config {
Config()
: listTests( false ),
listTags( false ),
listReporters( false ),
showSuccessfulTests( false ),
breakIntoDebugger( false ),
noThrow( false ),