test: Drop the function for running exit 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:39 -07:00
parent 3ab456ea66
commit 3ad2f721ad
3 changed files with 1 additions and 11 deletions

View File

@@ -138,7 +138,7 @@ static struct suite suites[] = {
#if defined(CONFIG_UT_ENV)
SUITE(env),
#endif
SUITE_CMD(exit, do_ut_exit),
SUITE(exit),
#ifdef CONFIG_CMD_FDT
SUITE_CMD(fdt, do_ut_fdt),
#endif