u-boot/test/env/Kconfig
Simon Glass 9aaa4a3565 test: Make all tests depend on UNIT_TEST
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>
2025-02-11 20:10:59 -06:00

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.