test: Pass the test-state into ut_run_list()
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:25:26 +0000 (14:25 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:39 +0000 (14:34 -0600)
commit94b5284398e52c44bde977aa8b1fa1f5992955a2
tree639569f14c1112aaa4af1249c515d5d47982f877
parent7b576f0847659c22bd938e4f4885324f88a16e74
test: Pass the test-state into ut_run_list()

Pass this into the function so that callers can inspect the state
afterwards.

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