Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | test: dm: Move the time test over to the ut command | Joe Hershberger | 2015-05-21 | -7/+1 |
| | | | | | | | Unify the command for running unit tests further by moving the "ut_time" command over to "ut time". Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> | |||
* | test: Add a simple time test | Simon Glass | 2015-05-06 | -0/+137 |
Sometimes the time functions are incorrect due to bad time support on a board. Add a unit test which tries to detect this. Signed-off-by: Simon Glass <sjg@chromium.org> |