diff options
author | Tristan Maat <tristan.maat@codethink.co.uk> | 2018-01-26 14:00:29 +0000 |
---|---|---|
committer | Tristan Maat <tristan.maat@codethink.co.uk> | 2018-02-07 16:14:15 +0000 |
commit | a32a06c4de99f4f306b60ad0518562488ea7bc9b (patch) | |
tree | 985f56ebb876f8a3c39ec19a452e720b20c398cb /tests/integration/project/elements | |
parent | 831a4dfcf1d3149a675b35922a16ee270408e3ac (diff) | |
download | buildstream-175-refactor-integration-tests.tar.gz |
Add workspace mount integration test175-refactor-integration-tests
Diffstat (limited to 'tests/integration/project/elements')
-rw-r--r-- | tests/integration/project/elements/workspace/workspace-mount.bst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/integration/project/elements/workspace/workspace-mount.bst b/tests/integration/project/elements/workspace/workspace-mount.bst new file mode 100644 index 000000000..20b434964 --- /dev/null +++ b/tests/integration/project/elements/workspace/workspace-mount.bst @@ -0,0 +1,14 @@ +kind: manual +description: Workspace mount test + +depends: + - filename: base.bst + type: build + +sources: + - kind: local + path: files/workspace-mount-src/ + +config: + build-commands: + - g++ -c hello.cpp |