]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
test: Add a simple time test
authorSimon Glass <sjg@chromium.org>
Sat, 2 May 2015 15:25:02 +0000 (09:25 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:37:16 +0000 (22:37 +0200)
commit2e9ce3b4b0cf8c603dbbebdb9f9efdd6fd66cbee
tree32fe32f4ef6403e7011e303c9c6340a0b62c3564
parent18130b88e59f3d71d10d386d7f7e97476ed12dc0
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]