aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackboxbase.h
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-05-25 16:35:48 -0700
committerJake Petroules <jake.petroules@qt.io>2017-05-30 14:14:23 +0000
commit73da5637c1ee9a2ee2efecbcc050d885b9385f51 (patch)
tree6b3505125a86f9582f32e05ac7b633fe7be765e5 /tests/auto/blackbox/tst_blackboxbase.h
parent8e9bab9072941196bf6709ac762c1f99e67a21a8 (diff)
Migrate blackbox tests depending on Qt into a new tst_blackboxqt target
This new test suite collects all the tests which actually rely on Qt and test qbs' support for Qt in some way. Change-Id: Id13d0bee6639314c26bfd87d2abee8fd31dcf770 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/blackbox/tst_blackboxbase.h')
-rw-r--r--tests/auto/blackbox/tst_blackboxbase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackboxbase.h b/tests/auto/blackbox/tst_blackboxbase.h
index 8623d898b..7612636bd 100644
--- a/tests/auto/blackbox/tst_blackboxbase.h
+++ b/tests/auto/blackbox/tst_blackboxbase.h
@@ -77,6 +77,7 @@ public slots:
void initTestCase();
protected:
+ virtual void validateTestProfile() { }
int runQbs(const QbsRunParameters &params = QbsRunParameters());
void rmDirR(const QString &dir);
static QByteArray unifiedLineEndings(const QByteArray &ba);