Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efi
[oweals/u-boot.git] / test / env / Kconfig
1 config UT_ENV
2         bool "Enable env unit tests"
3         depends on UNIT_TEST
4         default y
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.