aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-05-14 14:36:37 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-05-14 14:46:20 +0200
commit77edc55c2768d17b34a206b1cf2bf0c1063b2828 (patch)
treebc5e549789b58635b01a126fc73ddd7d6fcf5746 /tests
parentd9ee09673540c84ef18d4bbd008d3a045c8bf7c4 (diff)
Fix "buildDirectories" autotest.
Suppress parallel execution by introducing dependencies between the product target artifacts. Change-Id: Iad5484d8eb4f9f7b8a11b2e76803a7d8ffe02857 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/blackbox/testdata/build-directories/project.qbs8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/build-directories/project.qbs b/tests/auto/blackbox/testdata/build-directories/project.qbs
index 78490328e..025340a0a 100644
--- a/tests/auto/blackbox/testdata/build-directories/project.qbs
+++ b/tests/auto/blackbox/testdata/build-directories/project.qbs
@@ -23,7 +23,13 @@ Project {
name: "p2"
type: "blubb2"
Depends { name: "p1" }
- Transformer {
+ Group {
+ files: "input.txt"
+ fileTags: "input"
+ }
+ Rule {
+ inputs: "input"
+ usings: "blubb1"
Artifact {
fileName: "dummy2.txt"
fileTags: product.type