summaryrefslogtreecommitdiff
path: root/integration-tests/compose-test/elements
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/compose-test/elements')
-rw-r--r--integration-tests/compose-test/elements/compose-integration-remove.bst5
-rw-r--r--integration-tests/compose-test/elements/dependencies/amhello-full.bst11
-rw-r--r--integration-tests/compose-test/elements/dependencies/integrate-remove-doc.bst10
3 files changed, 26 insertions, 0 deletions
diff --git a/integration-tests/compose-test/elements/compose-integration-remove.bst b/integration-tests/compose-test/elements/compose-integration-remove.bst
new file mode 100644
index 000000000..5e2b1645c
--- /dev/null
+++ b/integration-tests/compose-test/elements/compose-integration-remove.bst
@@ -0,0 +1,5 @@
+kind: compose
+
+depends:
+- filename: dependencies/integrate-remove-doc.bst
+ type: build
diff --git a/integration-tests/compose-test/elements/dependencies/amhello-full.bst b/integration-tests/compose-test/elements/dependencies/amhello-full.bst
new file mode 100644
index 000000000..29e94bffb
--- /dev/null
+++ b/integration-tests/compose-test/elements/dependencies/amhello-full.bst
@@ -0,0 +1,11 @@
+kind: autotools
+description: Autotools test
+
+depends:
+- dependencies/base-platform.bst
+- dependencies/base-sdk.bst
+
+sources:
+- kind: tar
+ url: file:///home/tristanmaat/Documents/Projects/buildstream/buildstream-tests/compose-test/src/amhello.tar.gz
+ ref: 3aa3c2bf7a488fea24303c4d98d1b5c0a72734f61615b935cf62e4e126b127d2
diff --git a/integration-tests/compose-test/elements/dependencies/integrate-remove-doc.bst b/integration-tests/compose-test/elements/dependencies/integrate-remove-doc.bst
new file mode 100644
index 000000000..382e2e5c4
--- /dev/null
+++ b/integration-tests/compose-test/elements/dependencies/integrate-remove-doc.bst
@@ -0,0 +1,10 @@
+kind: stack
+description: remove the docs with an integration command
+
+depends:
+- dependencies/amhello-full.bst
+
+public:
+ bst:
+ integration-commands:
+ - rm -rf /usr/share/doc/amhello