aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/blackbox.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-07-07 18:32:48 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-07-08 09:09:27 +0000
commit9268fef2386c6cd6892e6298473a3b81c2689dc7 (patch)
tree4392bbada5dc3212535cbe7b4687365d8258f12a /tests/auto/blackbox/blackbox.qbs
parent60f36d7e8879fc7edbf22f5852e85e1cd9d9cbbc (diff)
Include blackbox testdata files in project.
This allows them to be displayed in IDE file trees. Change-Id: I316fb22bd534c087a2941e005299e9353b786398 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'tests/auto/blackbox/blackbox.qbs')
-rw-r--r--tests/auto/blackbox/blackbox.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/blackbox/blackbox.qbs b/tests/auto/blackbox/blackbox.qbs
index df24bfbb4..18da81a07 100644
--- a/tests/auto/blackbox/blackbox.qbs
+++ b/tests/auto/blackbox/blackbox.qbs
@@ -6,4 +6,11 @@ QbsAutotest {
Depends { name: "qbs-setup-toolchains" }
files: ["../shared.h", "tst_blackbox.h", "tst_blackbox.cpp", ]
cpp.defines: base.concat(['SRCDIR="' + path + '"'])
+
+ Group {
+ name: "testdata"
+ prefix: "testdata/"
+ files: ["**/*"]
+ fileTags: []
+ }
}