test: Update ut info to show suites
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:25:30 +0000 (14:25 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:40 +0000 (14:34 -0600)
commit67f84dba6b90a938cab891d8f71122e10fb99add
tree23b269c2d7a83f35bd889cf6e634e38e505f1f88
parent4d31a3bd3370f8fc9d1a484129770a4de4a15d70
test: Update ut info to show suites

It is helpful to see a list of available suites. At present this is
handled by the longhelp for the 'ut' command, but this is not in a
format which can be easily parsed by python tests.

Add a -s option to show this. At present it is not possible to show the
number of tests in each suite, but future work will address this. For
now, show a ?

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