test: Record and show the totals for all test runs
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:26:02 +0000 (14:26 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:41 +0000 (14:34 -0600)
commit6d97c98095a11ca104a8ea7a560469ae7e2c2bd0
tree91cb260343ddd955b05442f5b529a3128554e26b
parent15c39587cf8a977df33aba37715b6ce3e17536d7
test: Record and show the totals for all test runs

With 'ut all' multiple test suites are run. Add a way to collect totals
and show them at the end.

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