test: Allow running a selection of suites
authorSimon Glass <sjg@chromium.org>
Fri, 7 Feb 2025 18:30:57 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 02:12:36 +0000 (20:12 -0600)
commitfa0b68d22add6416fa56a5907c752a9348ae1a45
tree01693091e0e01b4f85db6f79e2153bcaf2f35bfa
parent32aba887e3d7cbcdf8fd98c107aaa79f3bd44a16
test: Allow running a selection of suites

Enhance the ut command to accept a comma-separated list of test suites
to run. Report the summary information for these at the end.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/cmd_ut.c
test/py/tests/test_suite.py
test/test-main.c