diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-11-03 23:42:23 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-13 08:14:23 -0600 |
| commit | 37587d2e1454e9642bbae900b920dc5f0530fa87 (patch) | |
| tree | 4246ed0a65e84ccda97134f3b6e2802cd277bc84 | |
| parent | 6a2664b126bc6acccac45f7c2864df36d0624728 (diff) | |
configs: enable UNIT_TEST on qemu_arm_defconfig
The lib_test_uuid_to_le test fails on 32-bit systems. But we never caught
this in our CI because we never ran any of our C unit tests on 32-bit.
Enable CONFIG_UNIT_TEST on qemu_arm_defconfig.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | configs/qemu_arm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_arm_defconfig b/configs/qemu_arm_defconfig index d042aea49bb..cc4f4540fd5 100644 --- a/configs/qemu_arm_defconfig +++ b/configs/qemu_arm_defconfig @@ -67,3 +67,4 @@ CONFIG_TPM2_MMIO=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_PCI=y CONFIG_TPM=y +CONFIG_UNIT_TEST=y |
