blob: 3ca154fcc56bcb7cbc2701e9e7d60b30b56df9dc (
plain)
1
2
3
4
5
6
7
8
9
|
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.
|