xref: /rk3399_rockchip-uboot/test/Kconfig (revision c812f722f8bdf2785cfebf4fd272afe2117d6469)
1config UNIT_TEST
2	bool
3
4config 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
13source "test/dm/Kconfig"
14