diff options
-rw-r--r-- | test/env/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/env/Kconfig b/test/env/Kconfig index ff164132e93..6cb82337b36 100644 --- a/test/env/Kconfig +++ b/test/env/Kconfig @@ -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. |