summaryrefslogtreecommitdiff
path: root/tests/plugins/loading/subproject
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/loading/subproject')
-rw-r--r--tests/plugins/loading/subproject/elements/subsubproject-junction.bst5
-rw-r--r--tests/plugins/loading/subproject/project.conf8
-rw-r--r--tests/plugins/loading/subproject/subsubproject/project.conf5
3 files changed, 18 insertions, 0 deletions
diff --git a/tests/plugins/loading/subproject/elements/subsubproject-junction.bst b/tests/plugins/loading/subproject/elements/subsubproject-junction.bst
new file mode 100644
index 000000000..018fb8ec4
--- /dev/null
+++ b/tests/plugins/loading/subproject/elements/subsubproject-junction.bst
@@ -0,0 +1,5 @@
+kind: junction
+
+sources:
+- kind: local
+ path: subsubproject
diff --git a/tests/plugins/loading/subproject/project.conf b/tests/plugins/loading/subproject/project.conf
new file mode 100644
index 000000000..cfd8010fc
--- /dev/null
+++ b/tests/plugins/loading/subproject/project.conf
@@ -0,0 +1,8 @@
+# The subproject test
+name: subtest
+
+# Required BuildStream version
+min-version: 2.0
+
+# Subdirectory where elements are stored
+element-path: elements
diff --git a/tests/plugins/loading/subproject/subsubproject/project.conf b/tests/plugins/loading/subproject/subsubproject/project.conf
new file mode 100644
index 000000000..3d8f93ebd
--- /dev/null
+++ b/tests/plugins/loading/subproject/subsubproject/project.conf
@@ -0,0 +1,5 @@
+# The subproject test
+name: subsubtest
+
+# Required BuildStream version
+min-version: 2.0