test: Drop the function for running mem 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:45 -07:00
parent 230f92eb9b
commit 6a1c9e51e7
4 changed files with 2 additions and 22 deletions

View File

@@ -161,7 +161,7 @@ static struct suite suites[] = {
&& defined(CONFIG_MMC_SANDBOX) && defined(CONFIG_MMC_WRITE)
SUITE(mbr),
#endif
SUITE_CMD(mem, do_ut_mem),
SUITE(mem),
#if defined(CONFIG_SANDBOX) && defined(CONFIG_CMD_SETEXPR)
SUITE_CMD(setexpr, do_ut_setexpr),
#endif