summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-11-19 05:58:51 +0900
committerGitHub <noreply@github.com>2022-11-19 05:58:51 +0900
commit8077dc965753bfb5b267f9c054191d6b371e347d (patch)
tree73227d4c5bc9023a85b17560eb1c40ea71a04410 /meson.build
parentaf1bed8e83c3d380d1eb0b9147684b76d1ee4df0 (diff)
parenteb1f60230a06e92f4586ffaa5a6878a0e2126342 (diff)
downloadsystemd-8077dc965753bfb5b267f9c054191d6b371e347d.tar.gz
Merge pull request #25389 from fbuihuu/update-test-for-opensuse
Update test/ for openSUSE
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 18170bdfcc..37d46dfae2 100644
--- a/meson.build
+++ b/meson.build
@@ -3977,7 +3977,7 @@ exe = custom_target(
install_dir : bindir)
public_programs += exe
-if want_tests != 'false'
+if want_tests != 'false' and want_kernel_install
test('test-kernel-install',
test_kernel_install_sh,
args : [exe.full_path(), loaderentry_install])