]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
meson: add test-autolaunch-win
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 8 Jul 2022 12:02:41 +0000 (16:02 +0400)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
test/data/meson.build
test/name-test/meson.build

index 692cf5701ff55f20f69242bd136bc5ac497e5f48..602fac7ff6707b593ba66cdadd7abfd1c42f2657 100644 (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',
index 1d1893f4f6f57d736388f14e1fb6ef26e81a2522..8e26e1b7ddbadc5868da6a406ef232b4a2793f51 100644 (file)
 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',