aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/project-invalidation/project.early-error.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/project-invalidation/project.early-error.qbs')
-rw-r--r--tests/auto/api/testdata/project-invalidation/project.early-error.qbs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/api/testdata/project-invalidation/project.early-error.qbs b/tests/auto/api/testdata/project-invalidation/project.early-error.qbs
new file mode 100644
index 000000000..ecc76c816
--- /dev/null
+++ b/tests/auto/api/testdata/project-invalidation/project.early-error.qbs
@@ -0,0 +1,6 @@
+import qbs
+
+Product {
+ type: "mytype"
+ files: "nosuchfile.txt"
+}