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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user