aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackboxbase.h
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-05-25 19:10:27 -0700
committerJake Petroules <jake.petroules@qt.io>2017-05-30 15:29:51 +0000
commit8a7beb631787bbc61624f0fead0563b35649be3a (patch)
tree58b45d4c54238b67399b09d4831c8ced945df2a9 /tests/auto/blackbox/tst_blackboxbase.h
parentb13a5e2a07764dbf92736a2c89e65af0d26c4556 (diff)
Migrate tests of Apple platforms/tools into new tst_blackboxapple target
This new test suite collects all the tests which test qbs' support for Apple platforms, Xcode, and related tools. Change-Id: I835e2d5bee46f1b4bb281c02b5b4ef814f196d7c 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/tst_blackboxbase.h b/tests/auto/blackbox/tst_blackboxbase.h
index 7612636bd..6821b66a2 100644
--- a/tests/auto/blackbox/tst_blackboxbase.h
+++ b/tests/auto/blackbox/tst_blackboxbase.h
@@ -74,7 +74,7 @@ public:
TestBlackboxBase(const QString &testDataSrcDir, const QString &testName);
public slots:
- void initTestCase();
+ virtual void initTestCase();
protected:
virtual void validateTestProfile() { }