diff options
author | Simon Glass <sjg@chromium.org> | 2025-01-20 14:25:41 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-24 14:34:40 -0600 |
commit | a9976e52bea8d1b89469226989f7429d4b174050 (patch) | |
tree | e6116000bb5e9425311749738149fc66424776f3 /test/cmd_ut.c | |
parent | 45dfbdde373587f13ba8edf5fb6783043cb5ee1c (diff) |
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>
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 0babc91d118..db96a4ac2ac 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -143,7 +143,7 @@ static struct suite suites[] = { 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), |