summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-02-19 14:46:37 +0000
committerSimon McVittie <smcv@collabora.com>2022-02-19 14:46:37 +0000
commit5750517e1c47d70e47ff9170586911ab99554267 (patch)
treec7511b3bf33926ecca720ff1e1fb507ac315af56
parentb07adc68f961526378a641a2998c6c1f7c8bad89 (diff)
downloadbubblewrap-5750517e1c47d70e47ff9170586911ab99554267.tar.gz
meson: Build the try-syscall helper
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--tests/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index b409a0c..12b7997 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -9,6 +9,11 @@ test_programs = [
)],
]
+executable(
+ 'try-syscall',
+ 'try-syscall.c',
+)
+
test_scripts = [
'test-run.sh',
'test-seccomp.py',