From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Fri, 26 Mar 2021 07:09:00 +0900 Subject: [PATCH 3/3] snow: Enable unit tests In-Reply-To: <20210324214434.46584-3-sjg@chromium.org> References: <20210324214434.46584-1-sjg@chromium.org> <20210324214434.46584-3-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 3/25/21 6:44 AM, Simon Glass 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 Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > configs/snow_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/snow_defconfig b/configs/snow_defconfig > index 8b646cac67a..0277062428e 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 >