]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson.build: do not mark test-progress-bar as manual 34929/head
authorLennart Poettering <lennart@poettering.net>
Tue, 29 Oct 2024 14:55:12 +0000 (15:55 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 29 Oct 2024 14:55:12 +0000 (15:55 +0100)
It will finish on its own always and cleanly, and running it always
should increase test coverage.

src/test/meson.build

index b8699a016bfc239e8664a0b5b07d99ef5910ff9e..2157e7c1f3d90c46b34dfbf008a310e00b6971f7 100644 (file)
@@ -378,7 +378,6 @@ executables += [
         },
         test_template + {
                 'sources' : files('test-progress-bar.c'),
-                'type' : 'manual',
         },
         test_template + {
                 'sources' : files('test-qrcode-util.c'),