aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-10-08 08:35:30 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2012-10-08 11:52:57 +0200
commit08f8dce06b597d849f98fbba8eef45b9815a781e (patch)
tree03b6c4932e5b1a23f7f87bd04d7efc9174d61e8e /tests/auto/blackbox/tst_blackbox.h
parente613c095d1a93b8c4e12fd02852bfba9193301d5 (diff)
use a dedicated build profile for tst_blackbox
To run this test, one has to setup a build profile of the name "qbs_autotests". This ensures that a well-defined profile is used, even on a development machine where the default profile might change often. Change-Id: Id2a07e80f445f74726f8060c60adb2ca10fc8c58 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.h')
-rw-r--r--tests/auto/blackbox/tst_blackbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.h b/tests/auto/blackbox/tst_blackbox.h
index bf0effea3..5423b5b07 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -16,6 +16,8 @@ class TestBlackbox : public QObject
Q_OBJECT
const QString testDataDir;
const QString testSourceDir;
+ const QString buildProfile;
+ const QString qbsExecutableFilePath;
const QString executableSuffix;
const QString objectSuffix;
@@ -28,6 +30,7 @@ protected:
void touch(const QString &fn);
public slots:
+ void initTestCase();
void init();
void cleanup();