]> git.ipfire.org Git - people/ms/u-boot.git/blame - test/Kconfig
test: dm: Move the time test over to the ut command
[people/ms/u-boot.git] / test / Kconfig
CommitLineData
e721b882
JH
1config UNIT_TEST
2 bool
3
c812f722 4config UT_TIME
8271f5d4 5 bool "Unit tests for time functions"
c812f722 6 select UNIT_TEST
8271f5d4 7 help
c812f722 8 Enables the 'ut time' command which tests that the time functions
8271f5d4
SG
9 work correctly. The test is fairly simple and will not catch all
10 problems. But if you are having problems with udelay() and the like,
11 this is a good place to start.
12
1967982a 13source "test/dm/Kconfig"