test: Drop the function for running log 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:43 -07:00
parent f4e0199d48
commit ad670c9863
4 changed files with 1 additions and 24 deletions

View File

@@ -155,7 +155,7 @@ static struct suite suites[] = {
SUITE(lib),
#endif
#ifdef CONFIG_UT_LOG
SUITE_CMD(log, do_ut_log),
SUITE(log),
#endif
#if defined(CONFIG_SANDBOX) && defined(CONFIG_CMD_MBR) && defined(CONFIG_CMD_MMC) \
&& defined(CONFIG_MMC_SANDBOX) && defined(CONFIG_MMC_WRITE)