diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dm/test.h | 11 | ||||
-rw-r--r-- | include/test/suites.h | 2 |
2 files changed, 2 insertions, 11 deletions
diff --git a/include/dm/test.h b/include/dm/test.h index 98f2b9e996..a4bc5c8404 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 diff --git a/include/test/suites.h b/include/test/suites.h index eae132ec2f..27813a362e 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__ */ |