projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35eab76
)
snow: Enable unit tests
author
Simon Glass
<sjg@chromium.org>
Mon, 19 Jul 2021 01:02:42 +0000
(19:02 -0600)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Tue, 27 Jul 2021 01:34:27 +0000
(10:34 +0900)
It is useful to have a board with unit tests enabled, to check that this
does not break.
Let's choose snow, since it is not under active development and it is
glorious.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
configs/snow_defconfig
patch
|
blob
|
history
diff --git
a/configs/snow_defconfig
b/configs/snow_defconfig
index 6090fea2b8fb0004a4125d59662deaf9a3cb72aa..63a5713a602fb65f94bd120fe60e60bc76a9839e 100644
(file)
--- a/
configs/snow_defconfig
+++ b/
configs/snow_defconfig
@@
-92,3
+92,5
@@
CONFIG_VIDEO_BRIDGE_NXP_PTN3460=y
CONFIG_LCD=y
CONFIG_TPM=y
CONFIG_ERRNO_STR=y
+CONFIG_UNIT_TEST=y
+# CONFIG_UT_LIB_ASN1 is not set