commit | bc39468a7c903c35ca6f4f7529e3c9f62a4eba8a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:36 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | 067fedd5e9026194155f9725702e3b3922fdd19c | |
parent | c235657a6acd75e454a0d97411fdf86db67dcd76 [diff] [blame] |
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>
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index 0953830..1fda67a 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -131,7 +131,7 @@ #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