From 45dfbdde373587f13ba8edf5fb6783043cb5ee1c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 20 Jan 2025 14:25:40 -0700 Subject: test: Drop the function for running fdt tests Use the new suite-runner to run these tests instead. Signed-off-by: Simon Glass --- test/cmd_ut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cmd_ut.c') 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), -- cgit v1.2.3