From 40441e0bd34425994c6feb7a3e78fa84b23d7244 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Wed, 20 May 2015 14:27:29 -0500 Subject: test: dm: Move the dm tests over to the ut command Unify the command for running unit tests further by moving the "dm test" command over to "ut dm". Signed-off-by: Joe Hershberger Acked-by: Simon Glass --- include/test/suites.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/test') diff --git a/include/test/suites.h b/include/test/suites.h index eae132ec2ff..27813a362ec 100644 --- a/include/test/suites.h +++ b/include/test/suites.h @@ -8,4 +8,6 @@ #ifndef __TEST_SUITES_H__ #define __TEST_SUITES_H__ +int do_ut_dm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); + #endif /* __TEST_SUITES_H__ */ -- cgit v1.3.1