From d5e5cb48e646ef089b57a4d924796b153f73fbfd Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 20 Jan 2025 14:25:51 -0700 Subject: test: Drop the function for running hush 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 611171740a9..c892891d6c8 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -178,7 +178,7 @@ static struct suite suites[] = { SUITE(addrmap), #endif #if CONFIG_IS_ENABLED(HUSH_PARSER) - SUITE_CMD(hush, do_ut_hush), + SUITE(hush), #endif #ifdef CONFIG_CMD_LOADM SUITE_CMD(loadm, do_ut_loadm), -- cgit v1.2.3