test: Move code out of cmd_ut_category()
authorSimon Glass <sjg@chromium.org>
Fri, 7 Feb 2025 18:30:58 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 02:12:36 +0000 (20:12 -0600)
commitd45fc8b2cd44a8836a76b462cc7af3e40a2e4227
tree277011d09cf1f1f0d5a6b7e2c335a84aff59beb9
parentfa0b68d22add6416fa56a5907c752a9348ae1a45
test: Move code out of cmd_ut_category()

Move the logic from this function into run_suite(), on the way to having
flag parsing in the top-level 'ut' command instead of its children.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/cmd_ut.c