mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 21:08:14 +02:00
test: Don't run test-autolaunch directly
It's intended to be run from run-test.sh. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
83fbc01dca
commit
43927ea002
1 changed files with 5 additions and 0 deletions
|
|
@ -49,6 +49,11 @@ if embedded_tests
|
|||
dependencies: dbus_dependencies,
|
||||
)
|
||||
|
||||
if test == 'test-autolaunch'
|
||||
# This one is run from run-test.sh, not directly
|
||||
continue
|
||||
endif
|
||||
|
||||
test(test,
|
||||
dbus_run_session,
|
||||
args: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue