git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d54e100
)
qemu-arm64: enable UNIT_TEST
author
Jerome Forissier
<jerome.forissier@linaro.org>
Wed, 16 Apr 2025 07:48:21 +0000
(09:48 +0200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/configs/qemu_arm64_defconfig
b/configs/qemu_arm64_defconfig
index
6c9d250
..
cd9a4f2
100644
(file)
--- 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