commit | 05512d6cf974aace471375eca52ef31a98fd65e3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:45 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | c6728e4ff090826c0daf16a91e47c1be7069f085 | |
parent | c16ffb2ea315da8ed10e7365ab0ed843fde7022f [diff] [blame] |
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>
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index 1a69b1c..8ab2904 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -161,7 +161,7 @@ && 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