1config 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.
10