mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
8271f5d4c3
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>
9 lines
201 B
Makefile
9 lines
201 B
Makefile
#
|
|
# (C) Copyright 2012 The Chromium Authors
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_SANDBOX) += command_ut.o
|
|
obj-$(CONFIG_SANDBOX) += compression.o
|
|
obj-$(CONFIG_CMD_UT_TIME) += time_ut.o
|