1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-28 02:50:16 +03:00

meson: fix suite of alignment check tests

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.
This commit is contained in:
Yu Watanabe 2025-02-08 02:20:02 +09:00 committed by Luca Boccassi
parent 382e8a03ca
commit 576e98a72c

View 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)