summaryrefslogtreecommitdiff
path: root/tests/integration/project/elements/sandbox-bwrap/test-dev-shm.bst
blob: 03dc74a35eca79053ee877d7e2b88950938bb88e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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