From 85b65d030dfd9b7e3b76c5a00c32161a353c98a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Mon, 13 Oct 2025 10:59:36 +0200 Subject: [PATCH] tests: Make the application test depend on the binary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise it is not rebuilt when it changes Signed-off-by: Guido Günther Part-of: --- tests/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 425018a..8a5bd9a 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -181,7 +181,8 @@ if dbus_run_session.found () dbus_run_session, args: t.full_path(), env: test_env, - timeout : 300 + timeout : 300, + depends: t ) endif