Joe Hershberger | 26e038f | 2015-05-20 14:27:36 -0500 | [diff] [blame] | 1 | config UT_ENV |
2 | bool "Enable env unit tests" | ||||
Heinrich Schuchardt | 6b3635e | 2019-04-07 17:57:40 +0200 | [diff] [blame] | 3 | default y |
Joe Hershberger | 26e038f | 2015-05-20 14:27:36 -0500 | [diff] [blame] | 4 | help |
5 | This enables the 'ut env' command which runs a series of unit | ||||
6 | tests on the env code. | ||||
7 | If all is well then all tests pass although there will be a few | ||||
8 | messages printed along the way. |