test: Drop the function for running cmd tests
Use the new suite-runner to run these tests instead. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -129,7 +129,7 @@ static struct suite suites[] = {
|
||||
SUITE_CMD(bootstd, do_ut_bootstd),
|
||||
#endif
|
||||
#ifdef CONFIG_CMDLINE
|
||||
SUITE_CMD(cmd, do_ut_cmd),
|
||||
SUITE(cmd),
|
||||
#endif
|
||||
SUITE_CMD(common, do_ut_common),
|
||||
#if defined(CONFIG_UT_DM)
|
||||
|
||||
Reference in New Issue
Block a user