commit | 3e5f32dd09dfa9584015799ccb38ac335ccc4b69 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:39 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | 9983619c169230c062a9e9100da60a5e1bd955ea | |
parent | 2ff779da257d365ac5d94a91f0e0e4c4dd643416 [diff] [blame] |
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>
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index 155b187..387aacb 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -138,7 +138,7 @@ #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