mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
e721b882e9
Separate the ability to define tests and assert status of test functions from the dm tests so they can be used more consistently throughout all tests. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
12 lines
356 B
Text
12 lines
356 B
Text
config UNIT_TEST
|
|
bool
|
|
|
|
config CMD_UT_TIME
|
|
bool "Unit tests for time functions"
|
|
help
|
|
Enables the 'ut_time' command which tests that the time functions
|
|
work correctly. The test is fairly simple and will not catch all
|
|
problems. But if you are having problems with udelay() and the like,
|
|
this is a good place to start.
|
|
|
|
source "test/dm/Kconfig"
|