diff options
author | Simon Glass <sjg@chromium.org> | 2025-01-20 14:25:50 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-24 14:34:40 -0600 |
commit | e6959512b6f5e68314718b3ccd44608017bfb305 (patch) | |
tree | b0a5ea26fffaa495d75cf2cbaba78e5039dc421e /test/cmd_ut.c | |
parent | 1ca67c3f040fb91cb32c9c29251429496a6ee280 (diff) |
test: Drop the function for running addrmap tests
Use the new suite-runner to run these tests instead.
Signed-off-by: Simon Glass <sjg@chromium.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 71283d6dd14..611171740a9 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -175,7 +175,7 @@ static struct suite suites[] = { #endif #endif #ifdef CONFIG_CMD_ADDRMAP - SUITE_CMD(addrmap, do_ut_addrmap), + SUITE(addrmap), #endif #if CONFIG_IS_ENABLED(HUSH_PARSER) SUITE_CMD(hush, do_ut_hush), |