From 77edc55c2768d17b34a206b1cf2bf0c1063b2828 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 14 May 2014 14:36:37 +0200 Subject: Fix "buildDirectories" autotest. Suppress parallel execution by introducing dependencies between the product target artifacts. Change-Id: Iad5484d8eb4f9f7b8a11b2e76803a7d8ffe02857 Reviewed-by: Joerg Bornemann --- tests/auto/blackbox/testdata/build-directories/project.qbs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3