summaryrefslogtreecommitdiff
path: root/test/Kconfig
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-05-20 14:27:30 -0500
committerTom Rini <trini@konsulko.com>2015-05-21 09:16:17 -0400
commitc812f722f8bdf2785cfebf4fd272afe2117d6469 (patch)
tree97b5cdb8f918817b4011e5d7c6e04cf5f3d913dd /test/Kconfig
parent40441e0bd34425994c6feb7a3e78fa84b23d7244 (diff)
test: dm: Move the time test over to the ut command
Unify the command for running unit tests further by moving the "ut_time" command over to "ut time". Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'test/Kconfig')
-rw-r--r--test/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Kconfig b/test/Kconfig
index 6f918edfea..32a974e28c 100644
--- a/test/Kconfig
+++ b/test/Kconfig
@@ -1,10 +1,11 @@
config UNIT_TEST
bool
-config CMD_UT_TIME
+config UT_TIME
bool "Unit tests for time functions"
+ select UNIT_TEST
help
- Enables the 'ut_time' command which tests that the time functions
+ 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.