summaryrefslogtreecommitdiff
path: root/integration-tests/pip-test/elements/hello-run.bst
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/pip-test/elements/hello-run.bst')
-rw-r--r--integration-tests/pip-test/elements/hello-run.bst14
1 files changed, 14 insertions, 0 deletions
diff --git a/integration-tests/pip-test/elements/hello-run.bst b/integration-tests/pip-test/elements/hello-run.bst
new file mode 100644
index 000000000..be577be8a
--- /dev/null
+++ b/integration-tests/pip-test/elements/hello-run.bst
@@ -0,0 +1,14 @@
+kind: script
+description: Run pip-built binary
+
+depends:
+- filename: dependencies/base-platform.bst
+ type: build
+- filename: dependencies/base-sdk.bst
+ type: build
+- filename: hello.bst
+ type: build
+
+config:
+ commands:
+ - "/usr/bin/hello > /buildstream/install/test"