test: Drop the function for running lib tests
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:25:42 +0000 (14:25 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:40 +0000 (14:34 -0600)
commitd824e20fc27c2c40d8638b1cdf9ad6ea2cc32420
treed37b412157220d888971a8b965a1d08f443f080f
parenta9976e52bea8d1b89469226989f7429d4b174050
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>
include/test/suites.h
test/cmd_ut.c
test/lib/Makefile
test/lib/cmd_ut_lib.c [deleted file]