mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
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>
This commit is contained in:
parent
eeb5015ebe
commit
cf4f6d4808
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user