mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-02 18:07:59 +00:00
--filenames-as-tags
This commit is contained in:
parent
680b1a881b
commit
088c5bc53e
6 changed files with 49 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue