mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
feb3847250
Make all unit tests selectable as a menu of test suites instead of just sitting in the top-level menu individually. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
8 lines
334 B
Text
8 lines
334 B
Text
config UT_DM
|
|
bool "Enable driver model unit test command"
|
|
depends on SANDBOX && UNIT_TEST
|
|
help
|
|
This enables the 'ut dm' command which runs a series of unit
|
|
tests on the driver model code. Each subsystem (uclass) is tested.
|
|
If all is well then all tests pass although there will be a few
|
|
messages printed along the way.
|