commit | 936b69ec4a8846ecce19dbd0dd4d2ca7a780f0e2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:40 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | 1207236e0300af8076c6b58c3f321dfd2a2f97f6 | |
parent | 3e5f32dd09dfa9584015799ccb38ac335ccc4b69 [diff] [blame] |
test: Drop the function for running fdt 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 387aacb..0babc91 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c
@@ -140,7 +140,7 @@ #endif SUITE(exit), #ifdef CONFIG_CMD_FDT - SUITE_CMD(fdt, do_ut_fdt), + SUITE(fdt), #endif #ifdef CONFIG_CONSOLE_TRUETYPE SUITE_CMD(font, do_ut_font),