aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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