test: Sort the test suites
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:26:03 +0000 (14:26 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:41 +0000 (14:34 -0600)
commit18aa9913a11836fbb0d5b4c3404fcb6daf095b9d
treeecf25522e0b4affd1df9fa9578714c0b67c90fce
parent6d97c98095a11ca104a8ea7a560469ae7e2c2bd0
test: Sort the test suites

Put the suites in order by name, for easier code-maintenance. This also
helps find test results for a particular swuit in the 'ut all' output.

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