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(+)

-- 
2.43.0

base-commit: 8c98b57d72d5e5b94ed064fe1041e51216165334
branch: fix-qemu64-ut

Reply via email to