test: dm: Move the dm tests over to the ut command
[oweals/u-boot.git] / test / dm / Kconfig
1 config UT_DM
2         bool "Enable driver model unit test command"
3         depends on SANDBOX
4         select UNIT_TEST
5         help
6           This enables the 'ut dm' command which runs a series of unit
7           tests on the driver model code. Each subsystem (uclass) is tested.
8           If all is well then all tests pass although there will be a few
9           messages printed along the way.