Merge patch series "ut: fix print_guid() and enable UNIT_TEST for qemu_arm64"
authorTom Rini <trini@konsulko.com>
Tue, 22 Apr 2025 18:54:36 +0000 (12:54 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 22 Apr 2025 18:54:53 +0000 (12:54 -0600)
commitb867932191860c060de509a45854f32266262f94
tree9c8b80730dd460e93bff4a893b9220e28d4da4e1
parent15951d3f21645ce949e6ac89e917cf4bce824621
parent020ecd7b464fa4d151580fd297b07ad6f1c38aab
Merge patch series "ut: fix print_guid() and enable UNIT_TEST for qemu_arm64"

Jerome Forissier <jerome.forissier@linaro.org> says:

There is a bug in the print_guid() unit test in test/common/print.c when
PARTITION_TYPE_GUID is not enabled but either CMD_EFIDEBUG or EFI are.

The first patch fixes the issue and the second one enables UNIT_TEST in
the qemu_arm64 defconfig so that the unit tests are run in CI (this
platform has CMD_EFIDEBUG so the bug applies).

Link: https://lore.kernel.org/r/20250416074839.1267396-1-jerome.forissier@linaro.org