commit | acec4beb186446af74f1e7d373517152547235df | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:48 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | 76aec788675471598d90dcf3d326c4c99e6334e2 | |
parent | cc9d1dedca074c326c4a0b8d1cfe2c30f9c5b026 [diff] [blame] |
test: Drop the function for running bloblist 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 ff9976c..93bcc5e 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -170,7 +170,7 @@ #endif #ifdef CONFIG_SANDBOX #if CONFIG_IS_ENABLED(BLOBLIST) - SUITE_CMD(bloblist, do_ut_bloblist), + SUITE(bloblist), SUITE_CMD(bootm, do_ut_bootm), #endif #endif