1
0
Fork 0
remarkable-uboot/test/Kconfig

14 lines
370 B
Plaintext

config UNIT_TEST
bool
config UT_TIME
bool "Unit tests for time functions"
select UNIT_TEST
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"