From: Jerome Forissier Date: Wed, 16 Apr 2025 07:48:21 +0000 (+0200) Subject: qemu-arm64: enable UNIT_TEST X-Git-Tag: v2025.07-rc1~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=020ecd7b464fa4d151580fd297b07ad6f1c38aab;p=pandora-u-boot.git qemu-arm64: enable UNIT_TEST Enable CONFIG_UNIT_TEST in configs/qemu_arm64_defconfig so that the unit tests are run in CI. Signed-off-by: Jerome Forissier Reviewed-by: Heinrich Schuchardt Reviewed-by: Ilias Apalodimas --- diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig index 6c9d2505a69..cd9a4f2ae26 100644 --- a/configs/qemu_arm64_defconfig +++ b/configs/qemu_arm64_defconfig @@ -75,3 +75,4 @@ CONFIG_MBEDTLS_LIB=y CONFIG_TPM=y CONFIG_TPM_PCR_ALLOCATE=y CONFIG_GENERATE_SMBIOS_TABLE_VERBOSE=y +CONFIG_UNIT_TEST=y