meson: add test-autolaunch-win

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2022-07-08 16:02:41 +04:00 committed by Simon McVittie
parent ac9d36836e
commit 9aa751f59e
2 changed files with 7 additions and 1 deletions

View file

@ -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',

View file

@ -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',