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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user