commit | c235657a6acd75e454a0d97411fdf86db67dcd76 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:35 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | 946c774581e33ab2c81f1bad322ad80730447e73 | |
parent | e1dc050d1f48cd8393f3ae2aae7576045955ae1c [diff] [blame] |
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>
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index bbd3299..0953830 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -129,7 +129,7 @@ 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)