summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-05-02 09:25:02 -0600
committerSimon Glass <sjg@chromium.org>2015-05-06 12:48:37 -0600
commit8271f5d4c3a0ce8282025217509c18220a0f552b (patch)
tree5e002f8b48bbf8adf3cd9b887a552d451ce541e2 /test/Makefile
parentebaa832e9904677e2aea96d20e9c2c669e1ec7df (diff)
downloadtalos-obmc-uboot-8271f5d4c3a0ce8282025217509c18220a0f552b.tar.gz
talos-obmc-uboot-8271f5d4c3a0ce8282025217509c18220a0f552b.zip
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>
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 9c95805c44..08330e020c 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
OpenPOWER on IntegriCloud