Added libidentify support, including option for waiting for keypress on exit (and/ or start)

This commit is contained in:
Phil Nash
2017-08-11 19:55:55 +01:00
parent f06ed856d8
commit 917a51da6b
4 changed files with 65 additions and 17 deletions

View File

@@ -35,6 +35,7 @@ namespace Catch {
bool showHelp = false;
bool showInvisibles = false;
bool filenamesAsTags = false;
bool libIdentify = false;
int abortAfter = -1;
unsigned int rngSeed = 0;
@@ -45,6 +46,7 @@ namespace Catch {
ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter;
RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder;
UseColour::YesOrNo useColour = UseColour::Auto;
WaitForKeypress::When waitForKeypress = WaitForKeypress::Never;
std::string outputFilename;
std::string name;