From 99bd933fa292566ec35133aac24a6e233114df1b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 29 Oct 2024 15:55:12 +0100 Subject: [PATCH] meson.build: do not mark test-progress-bar as manual It will finish on its own always and cleanly, and running it always should increase test coverage. --- src/test/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/meson.build b/src/test/meson.build index b8699a016bf..2157e7c1f3d 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -378,7 +378,6 @@ executables += [ }, test_template + { 'sources' : files('test-progress-bar.c'), - 'type' : 'manual', }, test_template + { 'sources' : files('test-qrcode-util.c'), -- 2.47.3