tests: Make the application test depend on the binary

Otherwise it is not rebuilt when it changes

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/795>
This commit is contained in:
Guido Günther
2025-10-13 10:59:36 +02:00
parent 32a88ecd80
commit 85b65d030d

View File

@@ -181,7 +181,8 @@ if dbus_run_session.found ()
dbus_run_session, dbus_run_session,
args: t.full_path(), args: t.full_path(),
env: test_env, env: test_env,
timeout : 300 timeout : 300,
depends: t
) )
endif endif