From f5a99402d84cf44a14e6aedbba30333b28e94324 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 16 Apr 2026 23:29:42 +0200 Subject: [PATCH] test: enable check-{help,version}-systemd-pcrlock This is a normal user-facing program, so it should be tested in the usual fashion. --- src/pcrlock/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pcrlock/meson.build b/src/pcrlock/meson.build index ff2b0f0cb24..c5b609ed4aa 100644 --- a/src/pcrlock/meson.build +++ b/src/pcrlock/meson.build @@ -16,6 +16,7 @@ executables += [ libopenssl, tpm2, ], + 'public' : true, }, ] -- 2.47.3