summaryrefslogtreecommitdiffstats
path: root/test/Kconfig
blob: 3270c84213b033fc666b52d990228f0ce9dc85e1 (plain)
1
2
3
4
5
6
7
8
9
config CMD_UT_TIME
	bool "Unit tests for time functions"
	help
	  Enables the 'ut_time' command which tests that the time functions
	  work correctly. The test is fairly simple and will not catch all
	  problems. But if you are having problems with udelay() and the like,
	  this is a good place to start.

source "test/dm/Kconfig"
OpenPOWER on IntegriCloud