From c812f722f8bdf2785cfebf4fd272afe2117d6469 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Wed, 20 May 2015 14:27:30 -0500 Subject: 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 --- include/test/suites.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/test/suites.h b/include/test/suites.h index 27813a362e..f68cdec12a 100644 --- a/include/test/suites.h +++ b/include/test/suites.h @@ -9,5 +9,6 @@ #define __TEST_SUITES_H__ int do_ut_dm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); +int do_ut_time(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); #endif /* __TEST_SUITES_H__ */ -- cgit v1.2.1