test: Allow showing basic information about tests
authorSimon Glass <sjg@chromium.org>
Sun, 30 Oct 2022 01:47:12 +0000 (19:47 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 7 Nov 2022 23:24:30 +0000 (16:24 -0700)
commit6580b618306a24b6ae2974318922c40588ab0284
treefe288b3258a3f4d20c62def94743bf6582f72eaf
parent93e2673982e6005a298ca2bd3450ac130105981e
test: Allow showing basic information about tests

Add a 'ut info' command to show the number of suites and tests. This is
useful to get a feel for the scale of the tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
doc/usage/cmd/ut.rst
test/cmd_ut.c