aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/scan-result-in-other-product/p.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-02-21 14:15:19 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2020-02-26 12:13:37 +0000
commit7b5e5e0221c0e765b34d35407c2e4484be205ff4 (patch)
tree1730d0b27d970897d817c8516b2bc97052ca33b2 /tests/auto/blackbox/testdata/scan-result-in-other-product/p.qbs
parentdf09cd39bc107c411db852ffc67ef6f1d05473d8 (diff)
Add XFAIL-ing autotest for newly discovered bug
Task-number: QBS-1532 Change-Id: I54480b044610fc5018938866700e6ba53ce05f15 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/blackbox/testdata/scan-result-in-other-product/p.qbs')
-rw-r--r--tests/auto/blackbox/testdata/scan-result-in-other-product/p.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/scan-result-in-other-product/p.qbs b/tests/auto/blackbox/testdata/scan-result-in-other-product/p.qbs
new file mode 100644
index 000000000..fedf84989
--- /dev/null
+++ b/tests/auto/blackbox/testdata/scan-result-in-other-product/p.qbs
@@ -0,0 +1,7 @@
+Project {
+ references: [
+ "app/app.qbs",
+ "lib/lib.qbs",
+ "other/other.qbs",
+ ]
+}