blob: 6f918edfea93e21920d288272d30ab0d10dfd470 [file] [log] [blame]
Joe Hershberger3a77be52015-05-20 14:27:27 -05001config UNIT_TEST
2 bool
3
Simon Glass9b4221b2015-05-02 09:25:02 -06004config CMD_UT_TIME
5 bool "Unit tests for time functions"
6 help
7 Enables the 'ut_time' command which tests that the time functions
8 work correctly. The test is fairly simple and will not catch all
9 problems. But if you are having problems with udelay() and the like,
10 this is a good place to start.
11
Simon Glass9dd430d2015-02-05 21:41:37 -070012source "test/dm/Kconfig"