test: Add a simple time test
authorSimon Glass <sjg@chromium.org>
Sat, 2 May 2015 15:25:02 +0000 (09:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 6 May 2015 18:48:37 +0000 (12:48 -0600)
commit8271f5d4c3a0ce8282025217509c18220a0f552b
tree5e002f8b48bbf8adf3cd9b887a552d451ce541e2
parentebaa832e9904677e2aea96d20e9c2c669e1ec7df
test: Add a simple time test

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>
test/Kconfig
test/Makefile
test/time_ut.c [new file with mode: 0644]