--filenames-as-tags

This commit is contained in:
Phil Nash 2015-07-02 08:20:18 +01:00
parent 680b1a881b
commit 088c5bc53e
6 changed files with 49 additions and 13 deletions

View file

@ -38,6 +38,7 @@ namespace Catch {
showHelp( false ),
showInvisibles( false ),
forceColour( false ),
filenamesAsTags( false ),
abortAfter( -1 ),
rngSeed( 0 ),
verbosity( Verbosity::Normal ),
@ -57,6 +58,7 @@ namespace Catch {
bool showHelp;
bool showInvisibles;
bool forceColour;
bool filenamesAsTags;
int abortAfter;
unsigned int rngSeed;