From 8271f5d4c3a0ce8282025217509c18220a0f552b Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 2 May 2015 09:25:02 -0600 Subject: 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 --- test/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile') 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 -- cgit v1.2.3