test: Drop the function for running lib tests

Use the new suite-runner to run these tests instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-01-20 14:25:42 -07:00
committed by Tom Rini
parent a9976e52be
commit d824e20fc2
4 changed files with 1 additions and 22 deletions

View File

@@ -152,7 +152,7 @@ static struct suite suites[] = {
SUITE_CMD(overlay, do_ut_overlay),
#endif
#ifdef CONFIG_UT_LIB
SUITE_CMD(lib, do_ut_lib),
SUITE(lib),
#endif
#ifdef CONFIG_UT_LOG
SUITE_CMD(log, do_ut_log),