test: env: Enable env unit tests by default
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Apr 2019 15:57:40 +0000 (17:57 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 24 Apr 2019 11:27:28 +0000 (07:27 -0400)
If CONFIG_UNIT_TEST is enabled we should enable the individual tests by
default to ensure good test coverage.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
test/env/Kconfig

index ff164132e935f986e97a844406dcc525621361dc..6cb82337b36b08c32eae9142f5d0311fdddd1e13 100644 (file)
@@ -1,6 +1,7 @@
 config UT_ENV
        bool "Enable env unit tests"
        depends on UNIT_TEST
+       default y
        help
          This enables the 'ut env' command which runs a series of unit
          tests on the env code.