]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - test/Kconfig
test: dm: Move the time test over to the ut command
[karo-tx-uboot.git] / test / Kconfig
1 config UNIT_TEST
2         bool
3
4 config UT_TIME
5         bool "Unit tests for time functions"
6         select UNIT_TEST
7         help
8           Enables the 'ut time' command which tests that the time functions
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
13 source "test/dm/Kconfig"