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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user