summaryrefslogtreecommitdiff
path: root/tests/integration/project/elements/sandbox/test-dev-shm.bst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/project/elements/sandbox/test-dev-shm.bst')
-rw-r--r--tests/integration/project/elements/sandbox/test-dev-shm.bst15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/integration/project/elements/sandbox/test-dev-shm.bst b/tests/integration/project/elements/sandbox/test-dev-shm.bst
new file mode 100644
index 000000000..03dc74a35
--- /dev/null
+++ b/tests/integration/project/elements/sandbox/test-dev-shm.bst
@@ -0,0 +1,15 @@
+kind: manual
+
+depends:
+- base.bst
+
+config:
+ build-commands:
+ - cc test_shm.c
+
+ install-commands:
+ - ./a.out
+
+sources:
+- kind: local
+ path: files/test_shm.c