blob: 32a974e28c8a82986bde2b3327933e0c757edff1 [file] [log] [blame]
Joe Hershberger3a77be52015-05-20 14:27:27 -05001config UNIT_TEST
2 bool
3
Joe Hershbergeree20efe2015-05-20 14:27:30 -05004config UT_TIME
Simon Glass9b4221b2015-05-02 09:25:02 -06005 bool "Unit tests for time functions"
Joe Hershbergeree20efe2015-05-20 14:27:30 -05006 select UNIT_TEST
Simon Glass9b4221b2015-05-02 09:25:02 -06007 help
Joe Hershbergeree20efe2015-05-20 14:27:30 -05008 Enables the 'ut time' command which tests that the time functions
Simon Glass9b4221b2015-05-02 09:25:02 -06009 work correctly. The test is fairly simple and will not catch all
10 problems. But if you are having problems with udelay() and the like,
11 this is a good place to start.
12
Simon Glass9dd430d2015-02-05 21:41:37 -070013source "test/dm/Kconfig"