projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cmd: gpio: Add `gpio read` subcommand
[platform/kernel/u-boot.git]
/
test
/
env
/
Kconfig
1
config UT_ENV
2
bool "Enable env unit tests"
3
depends on UNIT_TEST
4
default y
5
help
6
This enables the 'ut env' command which runs a series of unit
7
tests on the env code.
8
If all is well then all tests pass although there will be a few
9
messages printed along the way.