commit | 9b4221bddb4ce765e5e853ed2a2964f8595eec77 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 02 09:25:02 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed May 06 12:48:37 2015 -0600 |
tree | 5e002f8b48bbf8adf3cd9b887a552d451ce541e2 | |
parent | 335f470e20a32a6ce3fe75b5c20f8788e6ca8073 [diff] [blame] |
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>
diff --git a/test/Makefile b/test/Makefile index 9c95805..08330e0 100644 --- a/test/Makefile +++ b/test/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_SANDBOX) += command_ut.o obj-$(CONFIG_SANDBOX) += compression.o +obj-$(CONFIG_CMD_UT_TIME) += time_ut.o