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