test: Move help into the suite declaration
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:26:05 +0000 (14:26 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:41 +0000 (14:34 -0600)
commitfc7968c11805cf28adc269f5f79ffa107f77d1bb
tree9f32805d0a1e776d4a5aba415858d8b8def19881
parent39d2bb062e50699d40538fafcfa9295d2d2cf227
test: Move help into the suite declaration

Rather than having the help in the longhelp, put it in the suite info
so 'ut info -s' can show it. This is tidier, particular due to the
removal of #ifdefs

This means that the help text is present in the image (although not
displayed with 'ut info -s') so the image-size increases. But with
UNIT_TEST enabled, we expect large images so this doesn't seem
important.

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