blob: 0fa3074e9df1e66468e6a081ca4d4a58fe90ed1b [file] [log] [blame]
Joe Hershberger40441e02015-05-20 14:27:29 -05001config UT_DM
2 bool "Enable driver model unit test command"
3 depends on SANDBOX
Joe Hershbergere721b882015-05-20 14:27:27 -05004 select UNIT_TEST
Simon Glass19679822015-02-05 21:41:37 -07005 help
Joe Hershberger40441e02015-05-20 14:27:29 -05006 This enables the 'ut dm' command which runs a series of unit
Simon Glass19679822015-02-05 21:41:37 -07007 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.