qemu-arm64: enable UNIT_TEST
authorJerome Forissier <jerome.forissier@linaro.org>
Wed, 16 Apr 2025 07:48:21 +0000 (09:48 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 22 Apr 2025 18:54:32 +0000 (12:54 -0600)
Enable CONFIG_UNIT_TEST in configs/qemu_arm64_defconfig so that the unit
tests are run in CI.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
configs/qemu_arm64_defconfig

index 6c9d250..cd9a4f2 100644 (file)
@@ -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