mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-14 22:40:34 +01:00
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:
parent
5f5cd5d65e
commit
e01e03cf97
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue