2015-05-20 19:27:36 +00:00
|
|
|
config UT_ENV
|
|
|
|
bool "Enable env unit tests"
|
|
|
|
depends on UNIT_TEST
|
2019-04-07 15:57:40 +00:00
|
|
|
default y
|
2015-05-20 19:27:36 +00:00
|
|
|
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.
|