summaryrefslogtreecommitdiff
path: root/tests/integration/project/elements/script/script-layout.bst
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2020-09-19 09:48:24 +0000
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2020-09-19 09:48:24 +0000
commita7e2c92885711336a6774792a9d160ea3fe335bf (patch)
treea280a5e144e82f5248ea8cb3f034c34065437938 /tests/integration/project/elements/script/script-layout.bst
parent1656082576b8e4ab67cb16300ad75c60954cb420 (diff)
parentc30a1afff47397bb4f8ff2d84eab6a96ac0816a5 (diff)
downloadbuildstream-a7e2c92885711336a6774792a9d160ea3fe335bf.tar.gz
Merge branch 'tristan/dependency-config' into 'master'
Implement Element.configure_dependencies() See merge request BuildStream/buildstream!2032
Diffstat (limited to 'tests/integration/project/elements/script/script-layout.bst')
-rw-r--r--tests/integration/project/elements/script/script-layout.bst17
1 files changed, 5 insertions, 12 deletions
diff --git a/tests/integration/project/elements/script/script-layout.bst b/tests/integration/project/elements/script/script-layout.bst
index 11ca353e3..f19b27e52 100644
--- a/tests/integration/project/elements/script/script-layout.bst
+++ b/tests/integration/project/elements/script/script-layout.bst
@@ -5,19 +5,12 @@ variables:
install-root: /buildstream/nstall
build-root: /buildstream/uild
-depends:
- - filename: base.bst
- type: build
+build-depends:
+ - base.bst
- filename: script/script.bst
- type: build
+ config:
+ location: /buildstream/uild
config:
- layout:
- - element: base.bst
- destination: /
-
- - element: script/script.bst
- destination: /buildstream/uild
-
commands:
- - "cp %{build-root}/test %{install-root}"
+ - "cp %{build-root}/test %{install-root}"