]>
Commit | Line | Data |
---|---|---|
feb38472 JH |
1 | menuconfig UNIT_TEST |
2 | bool "Unit tests" | |
3 | help | |
4 | Select this to compile in unit tests for various parts of | |
5 | U-Boot. Test suites will be subcommands of the "ut" command. | |
6 | This does not require sandbox to be included, but it is most | |
7 | often used there. | |
e721b882 | 8 | |
c812f722 | 9 | config UT_TIME |
8271f5d4 | 10 | bool "Unit tests for time functions" |
feb38472 | 11 | depends on UNIT_TEST |
8271f5d4 | 12 | help |
c812f722 | 13 | Enables the 'ut time' command which tests that the time functions |
8271f5d4 SG |
14 | work correctly. The test is fairly simple and will not catch all |
15 | problems. But if you are having problems with udelay() and the like, | |
16 | this is a good place to start. | |
17 | ||
1967982a | 18 | source "test/dm/Kconfig" |
421f86f3 | 19 | source "test/env/Kconfig" |
f2a9942f | 20 | source "test/overlay/Kconfig" |