]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix suite of alignment check tests
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 7 Feb 2025 17:20:02 +0000 (02:20 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 8 Feb 2025 00:13:28 +0000 (00:13 +0000)
Follow-up for 97318131fd06a5bc35454da81dcbbc84f16d9940.

By default, suite of each built test is determined by the directory of
the source file. Hence, before the mentioned commit, all tests in
src/boot/efi/ are in the 'efi' suite. The commit changed the directory
tree, but forgot to update the name of the test suite.

src/boot/meson.build

index 3a17ab5ed0f6ea937bb92fc05cc7aa7446f21fa4..3af5006d598367413ce95a7100afb6b8660e418e 100644 (file)
@@ -451,7 +451,7 @@ foreach efi_elf_binary : efi_elf_binaries
         test('check-alignment-@0@'.format(name),
              check_efi_alignment_py,
              args : exe.full_path(),
-             suite : 'efi')
+             suite : 'boot')
 endforeach
 
 alias_target('systemd-boot', boot_targets)