diff options
author | Simon Glass | 2015-05-02 09:25:02 -0600 |
---|---|---|
committer | Simon Glass | 2015-05-06 12:48:37 -0600 |
commit | 8271f5d4c3a0ce8282025217509c18220a0f552b (patch) | |
tree | 5e002f8b48bbf8adf3cd9b887a552d451ce541e2 /test/Makefile | |
parent | ebaa832e9904677e2aea96d20e9c2c669e1ec7df (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 9c95805c44e..08330e020c5 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 |