Sign in
third-party-mirror
/
u-boot
/
5e4aeb9b450dbefad6e7b47e39169527d64affa0
/
.
/
test
/
env
/
Kconfig
blob: c143cc81464396f9f48dbb49ecc18f2497fdb68f [
file
] [
log
] [
blame
]
config UT_ENV
bool
"Enable env unit tests"
depends on UNIT_TEST
help
This
enables the
'ut env'
command which runs a series of unit
tests on the env code
.
If
all
is
well
then
all tests
pass
although there will be a few
messages printed along the way
.