diff mbox series

[v2,3/3] snow: Enable unit tests

Message ID 20210719010242.804345-3-sjg@chromium.org
State Accepted
Commit 18f3afa4be879a9f591518a8f623b30f8b39917d
Delegated to: Minkyu Kang
Headers show
Series [v2,1/3] samsung: exynos: Convert SROMC interface to a driver | expand

Commit Message

Simon Glass July 19, 2021, 1:02 a.m. UTC
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>
---

(no changes since v1)

 configs/snow_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Minkyu Kang July 30, 2021, 4:58 a.m. UTC | #1
Dear Simon Glass,

On Mon, 19 Jul 2021 at 10:03, Simon Glass <sjg@chromium.org> wrote:

> 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>
> ---
>
> (no changes since v1)
>
>  configs/snow_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/configs/snow_defconfig b/configs/snow_defconfig
> index 6090fea2b8f..63a5713a602 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
> --
> 2.32.0.402.g57bb445576-goog
>
>
applied to u-boot-samsung.
diff mbox series

Patch

diff --git a/configs/snow_defconfig b/configs/snow_defconfig
index 6090fea2b8f..63a5713a602 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