test: Keep a track of the numbers of tests run
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:26:00 +0000 (14:26 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:41 +0000 (14:34 -0600)
commit561320beffd10d133a316aacaf3170387324bdae
tree93d839d4a85ce4b77800d761e26bf8b690cdc8fe
parent0925659a5226ee70dab8b4d3e9c8aba9ec586548
test: Keep a track of the numbers of tests run

This is useful information and is not always the same as the 'count' arg
to ut_run_list() so add it as a separate stat.

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