
Rather than having this condition defined separately for each suite, bracket all options with 'if UNIT_TEST'. Signed-off-by: Simon Glass <sjg@chromium.org>
9 lines
254 B
Plaintext
9 lines
254 B
Plaintext
config UT_ENV
|
|
bool "Enable env unit tests"
|
|
default y
|
|
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.
|