test: Add up the number of tests manually
authorSimon Glass <sjg@chromium.org>
Fri, 7 Feb 2025 18:30:34 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 02:10:58 +0000 (20:10 -0600)
commit5c47e432fdf1e545acccbb60f89ff4e97793fe05
tree38a5053e1a63f5adb4a3170e8e6205ec33594a59
parenta040c1c1875f81987f0f1b629969d432c4b4d440
test: Add up the number of tests manually

All tests should belong to a suite, but if there is a suite we don't
know about (e.g. not added to cmd_ut.c) then the totals will not add up.
Add a check for this.

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