projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c07c7
)
test: env: Enable env unit tests by default
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 7 Apr 2019 15:57:40 +0000
(17:57 +0200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/test/env/Kconfig
b/test/env/Kconfig
index ff164132e935f986e97a844406dcc525621361dc..6cb82337b36b08c32eae9142f5d0311fdddd1e13 100644
(file)
--- 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.