summaryrefslogtreecommitdiff
path: root/doc/usage/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-30 04:47:12 +0300
committerSimon Glass <sjg@chromium.org>2022-11-08 02:24:30 +0300
commit6580b618306a24b6ae2974318922c40588ab0284 (patch)
treefe288b3258a3f4d20c62def94743bf6582f72eaf /doc/usage/cmd
parent93e2673982e6005a298ca2bd3450ac130105981e (diff)
downloadu-boot-6580b618306a24b6ae2974318922c40588ab0284.tar.xz
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/usage/cmd')
-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 9f602ea791..11c64a1779 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