From e01e03cf977bfabc9162b0d81eb20f55cee89d22 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 25 Sep 2024 14:08:59 +0100 Subject: [PATCH] build: test/name-test/run-test.sh needs dbus-launch 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 --- test/name-test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/name-test/meson.build b/test/name-test/meson.build index 28f9c7520..293a9d36d 100644 --- a/test/name-test/meson.build +++ b/test/name-test/meson.build @@ -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', -- 2.47.3