blob: 3ca154fcc56bcb7cbc2701e9e7d60b30b56df9dc [file] [log] [blame]
config DM_TEST
bool "Enable driver model test command"
depends on SANDBOX && CMD_DM
select UNIT_TEST
help
This enables the 'dm test' 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.