summaryrefslogtreecommitdiff
path: root/gio/tests/meson.build
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-25 01:59:30 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-11-01 01:56:27 +0100
commitcb85b26dd2832cccf532fe133d73bb04ad490d9f (patch)
treed9646916c0a7d2c6bd7e0cc18af2215525c9d4c0 /gio/tests/meson.build
parent01349e8e7f70152d2c578e68cf0d10f08ed05da3 (diff)
downloadglib-cb85b26dd2832cccf532fe133d73bb04ad490d9f.tar.gz
gio/tests/meson: Add gdbus-connection-flush-helper as dependency of connection tests
Diffstat (limited to 'gio/tests/meson.build')
-rw-r--r--gio/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index adba21110..e6b35013c 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -368,7 +368,7 @@ if host_machine.system() != 'windows'
},
'gdbus-connection-slow' : {
'extra_sources' : extra_sources,
- 'extra_programs': extra_programs,
+ 'extra_programs': extra_programs + ['gdbus-connection-flush-helper'],
},
'gdbus-error' : {'extra_sources' : extra_sources},
'gdbus-exit-on-close' : {'extra_sources' : extra_sources},