test: Drop the function for running common 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:36 -07:00
parent c862b178d5
commit 7905e0780e
4 changed files with 1 additions and 24 deletions

View File

@@ -131,7 +131,7 @@ static struct suite suites[] = {
#ifdef CONFIG_CMDLINE
SUITE(cmd),
#endif
SUITE_CMD(common, do_ut_common),
SUITE(common),
#if defined(CONFIG_UT_DM)
SUITE_CMD(dm, do_ut_dm),
#endif