summaryrefslogtreecommitdiff
path: root/tests/loader/junctions/invalid/missing-element.bst
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-31 14:14:16 -0500
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-31 14:14:16 -0500
commitd7c8b54dd9276c36a4878241cf330c2d66c10a63 (patch)
tree08723954650e151d4b34f3a65c2892bcaebc6962 /tests/loader/junctions/invalid/missing-element.bst
parenta080b6c7f0cc0a90238b90a8ddb093a12ff62553 (diff)
downloadbuildstream-d7c8b54dd9276c36a4878241cf330c2d66c10a63.tar.gz
tests/loader/junctions.py: Test the error we expect when a cross junction element is not found
Diffstat (limited to 'tests/loader/junctions/invalid/missing-element.bst')
-rw-r--r--tests/loader/junctions/invalid/missing-element.bst9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/loader/junctions/invalid/missing-element.bst b/tests/loader/junctions/invalid/missing-element.bst
new file mode 100644
index 000000000..4c29221af
--- /dev/null
+++ b/tests/loader/junctions/invalid/missing-element.bst
@@ -0,0 +1,9 @@
+# This refers to the `foo.bst` element through
+# the `base.bst` junction. The `base.bst` junction
+# exists but the `foo.bst` element does not exist
+# in the subproject.
+#
+kind: stack
+depends:
+- junction: base.bst
+ filename: foo.bst