aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testoutputreader.h
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@theqtcompany.com>2016-02-23 17:40:10 +0100
committerChristian Stenger <christian.stenger@theqtcompany.com>2016-02-26 09:40:46 +0000
commitba61f2946d85d6674ca56b4845d598c9d30692b8 (patch)
tree7f8e8af06f589e70d0e7807baf54cc966af97f31 /src/plugins/autotest/testoutputreader.h
parenta4b747307e50f20dbaa22cf5cc66199f14067d6c (diff)
AutoTest: Add some gtest related settings
This patch enables execution of disabled tests, repetition of test runs and shuffling of test sets. Change-Id: I3668afde5766d18acdf1afb7edd913655b13a76c Reviewed-by: David Schulz <david.schulz@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'src/plugins/autotest/testoutputreader.h')
-rw-r--r--src/plugins/autotest/testoutputreader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/autotest/testoutputreader.h b/src/plugins/autotest/testoutputreader.h
index 44a973145c9..012b28b8bec 100644
--- a/src/plugins/autotest/testoutputreader.h
+++ b/src/plugins/autotest/testoutputreader.h
@@ -100,6 +100,7 @@ private:
QString m_currentTestSet;
QString m_description;
QByteArray m_unprocessed;
+ int m_iteration = 0;
};