Merge branch 'more-test-deps' into 'master'

build: test/name-test/run-test.sh needs dbus-launch

See merge request dbus/dbus!468
This commit is contained in:
Simon McVittie 2024-10-01 12:00:13 +00:00
commit c3ef9c9805

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