mbox series

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

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

Message

Jerome Forissier April 16, 2025, 7:48 a.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).

Changes in v3:
See changelog in individual patches.

Jerome Forissier (2):
  lib/uuid.c: use unique name for PARTITION_SYSTEM_GUID
  qemu-arm64: enable UNIT_TEST

 configs/qemu_arm64_defconfig | 1 +
 lib/uuid.c                   | 9 ++++-----
 test/common/print.c          | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)