summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-29 19:47:12 -0600
committerSimon Glass <sjg@chromium.org>2022-11-07 16:24:30 -0700
commit6580b618306a24b6ae2974318922c40588ab0284 (patch)
treefe288b3258a3f4d20c62def94743bf6582f72eaf /doc
parent93e2673982e6005a298ca2bd3450ac130105981e (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/usage/cmd/ut.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/usage/cmd/ut.rst b/doc/usage/cmd/ut.rst
index 9f602ea7917..11c64a17793 100644
--- a/doc/usage/cmd/ut.rst
+++ b/doc/usage/cmd/ut.rst
@@ -100,3 +100,9 @@ Run just a single test in a suite::
=> ut bloblist bloblist_test_grow
Test: bloblist_test_grow: bloblist.c
Failures: 0
+
+Show information about tests::
+
+ => ut info
+ Test suites: 21
+ Total tests: 642