test: Move stats into a struct
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:25:59 +0000 (14:25 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:41 +0000 (14:34 -0600)
commit0925659a5226ee70dab8b4d3e9c8aba9ec586548
tree652ca8bf305fdbb1263636f96a482aeacc8e0e10
parentbbff0b165c170598c100dac81a5ee58fb07ed3ae
test: Move stats into a struct

Use a struct to hold the stats, since we also want to have the same
stats for all runs as we have for each suite.

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