diff options
author | Simon Glass <sjg@chromium.org> | 2025-01-20 14:25:54 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-24 14:34:40 -0600 |
commit | b073d8a2727fa1177a2944807cb5ebc5122d6a39 (patch) | |
tree | a16e9287cfba8050f1b5f3b400acee7fa145a722 /test/cmd_ut.c | |
parent | a2cf88d807a59ec20eabdb32189a598b59fc0113 (diff) |
test: Drop the function for running seama 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>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'test/cmd_ut.c')
-rw-r--r-- | test/cmd_ut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index 080a36a909c..ed6bc3a9a49 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -187,7 +187,7 @@ static struct suite suites[] = { SUITE(pci_mps), #endif #ifdef CONFIG_CMD_SEAMA - SUITE_CMD(seama, do_ut_seama), + SUITE(seama), #endif #ifdef CONFIG_CMD_UPL SUITE_CMD(upl, do_ut_upl), |