mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 10:54:37 +00:00

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>
8 lines
254 B
Text
8 lines
254 B
Text
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.
|