AutoTest: Add some (debugging-related) options

Task-number: QTCREATORBUG-16694
Change-Id: Ie2c32c7e8fd73ba351d65a510af0d4d3574c9691
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2016-08-12 09:06:52 +02:00
parent 879b770277
commit add34759fa
6 changed files with 174 additions and 92 deletions

View File

@@ -61,9 +61,12 @@ struct TestSettings
bool limitResultOutput;
bool autoScroll;
bool alwaysParse;
bool qtestNoCrashHandler;
bool gtestRunDisabled;
bool gtestShuffle;
bool gtestRepeat;
bool gtestThrowOnFailure;
bool gtestBreakOnFailure;
QHash<Core::Id, bool> frameworks;
};