summaryrefslogtreecommitdiff
path: root/test/cmd_ut.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-01-20 14:25:55 -0700
committerTom Rini <trini@konsulko.com>2025-01-24 14:34:40 -0600
commit0af17462b96953de3be877dda0d84734503596fb (patch)
tree15681252fd79296b50c91ca5b5eaadc187c97832 /test/cmd_ut.c
parentb073d8a2727fa1177a2944807cb5ebc5122d6a39 (diff)
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>
Diffstat (limited to 'test/cmd_ut.c')
-rw-r--r--test/cmd_ut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd_ut.c b/test/cmd_ut.c
index ed6bc3a9a49..efcac626a5b 100644
--- a/test/cmd_ut.c
+++ b/test/cmd_ut.c
@@ -190,7 +190,7 @@ static struct suite suites[] = {
SUITE(seama),
#endif
#ifdef CONFIG_CMD_UPL
- SUITE_CMD(upl, do_ut_upl),
+ SUITE(upl),
#endif
};