Joe Hershberger | 421f86f | 2015-05-20 14:27:36 -0500 | [diff] [blame] | 1 | config UT_ENV |
2 | bool "Enable env unit tests" | ||||
3 | depends on UNIT_TEST | ||||
Heinrich Schuchardt | 0efe2b8 | 2019-04-07 17:57:40 +0200 | [diff] [blame] | 4 | default y |
Joe Hershberger | 421f86f | 2015-05-20 14:27:36 -0500 | [diff] [blame] | 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. |