summaryrefslogtreecommitdiff
path: root/gio/tests/meson.build
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2022-10-31 12:07:52 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2022-11-01 10:20:36 +0000
commit568763e77606831b65e6c93431e37652f49daadf (patch)
tree5209310bd80cfd4bddefc76738a04028d4caa3c3 /gio/tests/meson.build
parent02db6107ce64dedfdef7c3229e0ffa80b8488127 (diff)
downloadglib-568763e77606831b65e6c93431e37652f49daadf.tar.gz
gio: Create a sandbox checking function
Diffstat (limited to 'gio/tests/meson.build')
-rw-r--r--gio/tests/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index 22746c97e..4faccd6f4 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -100,6 +100,9 @@ gio_tests = {
'power-profile-monitor' : {},
'proxy-test' : {},
'readwrite' : {},
+ 'sandbox' : {
+ 'source': ['sandbox.c', '../gsandbox.c'],
+ },
'simple-async-result' : {},
'simple-proxy' : {},
'sleepy-stream' : {},