From 92d07a93a78270b75b6f49638c4c15cc23f0a44d Mon Sep 17 00:00:00 2001 From: Mobin Aydinfar Date: Mon, 10 Feb 2025 17:22:46 +0330 Subject: [PATCH] meson: Add missing service arguments related tests Signed-off-by: Mobin Aydinfar --- src/igr-tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/igr-tests/meson.build b/src/igr-tests/meson.build index 350acf86..cb7ddc94 100644 --- a/src/igr-tests/meson.build +++ b/src/igr-tests/meson.build @@ -17,7 +17,7 @@ tests = [ 'check-basic', 'check-cycle', 'check-cycle2', 'check-lint', 'reload1', 'reload2', 'no-command-error', 'add-rm-dep', 'var-subst', 'svc-start-fail', 'dep-not-found', 'pseudo-cycle', 'before-after', 'before-after2', 'log-via-pipe', 'catlog', - 'offline-enable', 'xdg-config', 'cycles' + 'offline-enable', 'xdg-config', 'cycles', 'svc-arg', 'svc-arg-consumer' ] foreach test: tests