diff options
author | Simon Glass <sjg@chromium.org> | 2025-01-20 14:25:34 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-24 14:34:40 -0600 |
commit | 9e93c249f7a3b16ced4844c1c41b5298c7b4907b (patch) | |
tree | 94da48665fe994ff09d6042595fb5bda62530fb6 /test/cmd_ut.c | |
parent | 7bbf2f7983c9ba5b8588ed86777b4b0b21eb542a (diff) |
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>
Diffstat (limited to 'test/cmd_ut.c')
-rw-r--r-- | test/cmd_ut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index c5df8b397b3..bbd329912d4 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -123,7 +123,7 @@ SUITE_DECL(upl); 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), |