2015-05-20 19:27:29 +00:00
|
|
|
config UT_DM
|
|
|
|
bool "Enable driver model unit test command"
|
2015-05-20 19:27:31 +00:00
|
|
|
depends on SANDBOX && UNIT_TEST
|
2015-02-06 04:41:37 +00:00
|
|
|
help
|
2015-05-20 19:27:29 +00:00
|
|
|
This enables the 'ut dm' command which runs a series of unit
|
2015-02-06 04:41:37 +00:00
|
|
|
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.
|