commit | b315ffb52548d93333dbe938f7a19863454e5ad0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:42 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | d37b412157220d888971a8b965a1d08f443f080f | |
parent | 1b0b3f57b1bbe328a5140df1e94caad5e19a1641 [diff] [blame] |
test: Drop the function for running lib 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 db96a4a..27d090c 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -152,7 +152,7 @@ SUITE_CMD(overlay, do_ut_overlay), #endif #ifdef CONFIG_UT_LIB - SUITE_CMD(lib, do_ut_lib), + SUITE(lib), #endif #ifdef CONFIG_UT_LOG SUITE_CMD(log, do_ut_log),