summaryrefslogtreecommitdiff
path: root/test/dm/rtc.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-6/+6
Separate the ability to define tests and assert status of test functions from the dm tests so they can be used more consistently throughout all tests. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
2015-05-06dm: rtc: Add tests for real-time clocksSimon Glass1-0/+175
Add some simple tests to verify that the RTC uclass works correctly in U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org>