aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/blackbox.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-03-24 14:55:23 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-03-24 18:07:16 +0100
commitca3adabbf02dae85876bedf28eccea60c79365f4 (patch)
treee834ef1c7ad2758eeed6f0b502621dcd3c607e19 /tests/auto/blackbox/blackbox.qbs
parent4062c2ad9cbb8f7a8eeea3fb82892d815743a481 (diff)
Introduce abstraction layer for QSKIP.
We might want to skip tests in other files as well. Change-Id: Ia2352fdf472b461fb3d9ed6134789b4f56d126e8 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/blackbox/blackbox.qbs')
-rw-r--r--tests/auto/blackbox/blackbox.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/blackbox.qbs b/tests/auto/blackbox/blackbox.qbs
index f7c28939b..eb227df4b 100644
--- a/tests/auto/blackbox/blackbox.qbs
+++ b/tests/auto/blackbox/blackbox.qbs
@@ -2,6 +2,6 @@ import "../autotest.qbs" as AutoTest
AutoTest {
testName: "blackbox"
- files: ["tst_blackbox.h", "tst_blackbox.cpp"]
+ files: ["../skip.h", "tst_blackbox.h", "tst_blackbox.cpp", ]
cpp.defines: base.concat(['SRCDIR="' + path + '"'])
}