Joe Hershberger | 3a77be5 | 2015-05-20 14:27:27 -0500 | [diff] [blame] | 1 | config UNIT_TEST |
| 2 | bool |
| 3 | |
Joe Hershberger | ee20efe | 2015-05-20 14:27:30 -0500 | [diff] [blame^] | 4 | config UT_TIME |
Simon Glass | 9b4221b | 2015-05-02 09:25:02 -0600 | [diff] [blame] | 5 | bool "Unit tests for time functions" |
Joe Hershberger | ee20efe | 2015-05-20 14:27:30 -0500 | [diff] [blame^] | 6 | select UNIT_TEST |
Simon Glass | 9b4221b | 2015-05-02 09:25:02 -0600 | [diff] [blame] | 7 | help |
Joe Hershberger | ee20efe | 2015-05-20 14:27:30 -0500 | [diff] [blame^] | 8 | Enables the 'ut time' command which tests that the time functions |
Simon Glass | 9b4221b | 2015-05-02 09:25:02 -0600 | [diff] [blame] | 9 | 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 Glass | 9dd430d | 2015-02-05 21:41:37 -0700 | [diff] [blame] | 13 | source "test/dm/Kconfig" |