mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-26 04:00:08 +01:00
meson: add test-autolaunch-win
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
ac9d36836e
commit
9aa751f59e
2 changed files with 7 additions and 1 deletions
|
|
@ -122,6 +122,7 @@ data_in_to_install = [
|
|||
'valid-config-files/forbidding.conf',
|
||||
'valid-config-files/incoming-limit.conf',
|
||||
'valid-config-files/limit-containers.conf',
|
||||
'valid-config-files/listen-autolaunch-win.conf',
|
||||
'valid-config-files/max-completed-connections.conf',
|
||||
'valid-config-files/max-connections-per-user.conf',
|
||||
'valid-config-files/max-containers.conf',
|
||||
|
|
|
|||
|
|
@ -23,12 +23,17 @@
|
|||
if embedded_tests
|
||||
|
||||
tests = [
|
||||
'test-autolaunch',
|
||||
'test-ids',
|
||||
'test-pending-call-disconnected',
|
||||
'test-shutdown',
|
||||
]
|
||||
|
||||
if platform_windows
|
||||
tests += ['test-autolaunch-win']
|
||||
else
|
||||
tests += ['test-autolaunch']
|
||||
endif
|
||||
|
||||
if use_traditional_activation
|
||||
tests += [
|
||||
'test-pending-call-dispatch',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue