]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
build: test/name-test/run-test.sh needs dbus-launch
authorSimon McVittie <smcv@collabora.com>
Wed, 25 Sep 2024 13:08:59 +0000 (14:08 +0100)
committerSimon McVittie <smcv@collabora.com>
Tue, 1 Oct 2024 11:59:52 +0000 (11:59 +0000)
If we're building on Unix with the message bus and tools enabled, then
we need to compile dbus-launch before we can expect this test to pass.

Continuation of commit 55e60abe "test: add missing test dependencies".

Signed-off-by: Simon McVittie <smcv@collabora.com>
test/name-test/meson.build

index 28f9c75200e298ab88c203acdc1e61023d6284fa..293a9d36dbed36006d0c878e2a5abcd6e0a848e3 100644 (file)
@@ -98,7 +98,7 @@ if embedded_tests
     if platform_unix
         test('run-test',
             find_program('run-test.sh'),
-            depends: autolaunch,
+            depends: [dbus_launch, autolaunch],
             env: test_env,
             protocol: test_protocol,
             suite: 'name-test',