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>
This commit is contained in:
Simon Glass
2025-01-20 14:25:48 -07:00
parent 19791b6871
commit 01072ef8ef
3 changed files with 1 additions and 13 deletions

View File

@@ -170,7 +170,7 @@ static struct suite suites[] = {
#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