From cf4f6d4808f61961588d30c1639f45445b7384ef Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 5 Jul 2018 13:14:54 +0100 Subject: [PATCH] tests: Ensure GIO tests which need dbus-daemon are run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tests array was being wiped out by an assignment instead of an append. This adds another 19 tests to what’s typically being run already. Signed-off-by: Philip Withnall --- gio/tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/tests/meson.build b/gio/tests/meson.build index 49a64b0d4..e2d22f76e 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -197,7 +197,7 @@ if host_machine.system() != 'windows' ] if not glib_have_cocoa - gio_dbus_tests = [['dbus-appinfo', [], []]] + gio_dbus_tests += [['dbus-appinfo', [], []]] endif # separate loop because extra source files for each test