commit | 1b0b3f57b1bbe328a5140df1e94caad5e19a1641 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:41 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | e6116000bb5e9425311749738149fc66424776f3 | |
parent | 936b69ec4a8846ecce19dbd0dd4d2ca7a780f0e2 [diff] [blame] |
test: Drop the function for running font 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 0babc91..db96a4a 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -143,7 +143,7 @@ SUITE(fdt), #endif #ifdef CONFIG_CONSOLE_TRUETYPE - SUITE_CMD(font, do_ut_font), + SUITE(font), #endif #ifdef CONFIG_UT_OPTEE SUITE_CMD(optee, do_ut_optee),