[glib: 4/10] tests: Ensure GIO tests which need dbus-daemon are run
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 4/10] tests: Ensure GIO tests which need dbus-daemon are run
- Date: Fri, 13 Jul 2018 15:48:02 +0000 (UTC)
commit cf4f6d4808f61961588d30c1639f45445b7384ef
Author: Philip Withnall <withnall endlessm com>
Date: Thu Jul 5 13:14:54 2018 +0100
tests: Ensure GIO tests which need dbus-daemon are run
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 <withnall endlessm com>
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]