commit | 0cf497ce197eb9abe297811cfb077f91e97ec1ff | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:55 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | 15681252fd79296b50c91ca5b5eaadc187c97832 | |
parent | f0764ddffecd9c070244f6fa7d9e8b7471d9c25b [diff] [blame] |
test: Drop the function for running upl tests Use the new suite-runner to run these tests instead. It is not clear that these actually work, since they are not enabled on sandbox for some reason. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index ed6bc3a..efcac62 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -190,7 +190,7 @@ SUITE(seama), #endif #ifdef CONFIG_CMD_UPL - SUITE_CMD(upl, do_ut_upl), + SUITE(upl), #endif };