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 <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2024-09-25 14:08:59 +01:00
parent 5f5cd5d65e
commit e01e03cf97

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