summaryrefslogtreecommitdiff
path: root/tests/integration/project/elements/workspace/workspace-mount-fail.bst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/project/elements/workspace/workspace-mount-fail.bst')
-rw-r--r--tests/integration/project/elements/workspace/workspace-mount-fail.bst14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/integration/project/elements/workspace/workspace-mount-fail.bst b/tests/integration/project/elements/workspace/workspace-mount-fail.bst
new file mode 100644
index 000000000..d4cd5d26a
--- /dev/null
+++ b/tests/integration/project/elements/workspace/workspace-mount-fail.bst
@@ -0,0 +1,14 @@
+kind: manual
+description: Workspace mount test
+
+depends:
+ - filename: base.bst
+
+sources:
+ - kind: local
+ path: files/workspace-mount-src/
+
+config:
+ build-commands:
+ - cc -c hello.c
+ - exit 1