diff options
| author | Simon Glass <[email protected]> | 2021-07-18 19:02:42 -0600 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2021-07-27 10:34:27 +0900 |
| commit | 18f3afa4be879a9f591518a8f623b30f8b39917d (patch) | |
| tree | ab3c25e9164fe14eb3206e04044c9b11bc753eb0 | |
| parent | 35eab76494a78173ddf71f6e9ff9d9144048b7ee (diff) | |
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 <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
| -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 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 |
