mbox series

[v1,0/2] ut: fix print_guid() and enable UNIT_TEST for qemu_arm64

Message ID 20250415125345.427420-1-jerome.forissier@linaro.org
Headers show
Series ut: fix print_guid() and enable UNIT_TEST for qemu_arm64 | expand

Message

Jerome Forissier April 15, 2025, 12:53 p.m. UTC
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).


Jerome Forissier (2):
  test: fix print_guid()
  qemu-arm64: enable UNIT_TEST

 configs/qemu_arm64_defconfig | 1 +
 test/common/print.c          | 2 ++
 2 files changed, 3 insertions(+)