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:
Simon Glass
2025-01-20 14:25:35 -07:00
parent d311ae22da
commit c862b178d5
4 changed files with 1 additions and 24 deletions

View File

@@ -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)