diff options
author | Simon Glass <sjg@chromium.org> | 2021-07-18 19:02:42 -0600 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2021-07-27 10:34:27 +0900 |
commit | 18f3afa4be879a9f591518a8f623b30f8b39917d (patch) | |
tree | ab3c25e9164fe14eb3206e04044c9b11bc753eb0 | |
parent | 35eab76494a78173ddf71f6e9ff9d9144048b7ee (diff) | |
download | u-boot-18f3afa4be879a9f591518a8f623b30f8b39917d.zip u-boot-18f3afa4be879a9f591518a8f623b30f8b39917d.tar.gz u-boot-18f3afa4be879a9f591518a8f623b30f8b39917d.tar.bz2 |
snow: Enable unit tests
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>
-rw-r--r-- | configs/snow_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/snow_defconfig b/configs/snow_defconfig index 6090fea..63a5713 100644 --- 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 |