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