summaryrefslogtreecommitdiff
path: root/include/dm
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-05-20 19:27:29 (GMT)
committerTom Rini <trini@konsulko.com>2015-05-21 13:16:17 (GMT)
commit40441e0bd34425994c6feb7a3e78fa84b23d7244 (patch)
tree96874d705e679cb25cc3788e53db6a80dea9bcd6 /include/dm
parentc617ede08ad0583e0e015e76ebda2c5d2f6b5854 (diff)
downloadu-boot-40441e0bd34425994c6feb7a3e78fa84b23d7244.tar.xz
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 <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/dm')
-rw-r--r--include/dm/test.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/dm/test.h b/include/dm/test.h
index 98f2b9e..a4bc5c8 100644
--- a/include/dm/test.h
+++ b/include/dm/test.h
@@ -202,15 +202,4 @@ void dm_leak_check_start(struct unit_test_state *uts);
* @dms: Overall test state
*/int dm_leak_check_end(struct unit_test_state *uts);
-
-/**
- * dm_test_main() - Run all or one of the tests
- *
- * This runs all available driver model tests, or a selected one
- *
- * @test_name: Name of test to run, or NULL for all
- * @return 0 if OK, -ve on error
- */
-int dm_test_main(const char *test_name);
-
#endif