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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user