test: Pass the test state to cmd_ut_category()
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:25:58 +0000 (14:25 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:41 +0000 (14:34 -0600)
commitbbff0b165c170598c100dac81a5ee58fb07ed3ae
tree68619e7200bdc9a5d291842630e227e9e482e2b2
parent374203bd2effc85b94863aaa3d1e30153811c44d
test: Pass the test state to cmd_ut_category()

Update this function to access a unit-test state, so that the caller can
collect results from running multiple suites.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/test/suites.h
test/boot/bootstd_common.c
test/cmd_ut.c
test/overlay/cmd_ut_overlay.c