commit | e1dc050d1f48cd8393f3ae2aae7576045955ae1c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:34 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | 94da48665fe994ff09d6042595fb5bda62530fb6 | |
parent | 78fd76b220913636a86b6b31e9c9b77eb700801a [diff] [blame] |
test: Drop the function for running bdinfo 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 c5df8b3..bbd3299 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -123,7 +123,7 @@ static struct suite suites[] = { SUITE_CMD(info, do_ut_info), #ifdef CONFIG_CMD_BDI - SUITE_CMD(bdinfo, do_ut_bdinfo), + SUITE(bdinfo), #endif #ifdef CONFIG_UT_BOOTSTD SUITE_CMD(bootstd, do_ut_bootstd),