X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=test%2Fdm%2FKconfig;h=e5b341e523af151bb164b81c4b86557818c501d3;hb=c48cb7ebfb42d997a3f4317a412992f403c717aa;hp=3ca154fcc56bcb7cbc2701e9e7d60b30b56df9dc;hpb=e721b882e9daf3ad3599eef5a9ccf3847b694228;p=u-boot diff --git a/test/dm/Kconfig b/test/dm/Kconfig index 3ca154fcc5..e5b341e523 100644 --- a/test/dm/Kconfig +++ b/test/dm/Kconfig @@ -1,9 +1,8 @@ -config DM_TEST - bool "Enable driver model test command" - depends on SANDBOX && CMD_DM - select UNIT_TEST +config UT_DM + bool "Enable driver model unit test command" + depends on SANDBOX && UNIT_TEST help - This enables the 'dm test' command which runs a series of unit + 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.