blob: 6cb82337b36b08c32eae9142f5d0311fdddd1e13 [file] [log] [blame]
Joe Hershberger26e038f2015-05-20 14:27:36 -05001config UT_ENV
2 bool "Enable env unit tests"
3 depends on UNIT_TEST
Heinrich Schuchardt6b3635e2019-04-07 17:57:40 +02004 default y
Joe Hershberger26e038f2015-05-20 14:27:36 -05005 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.