commit | 46093b39a2e98c767b5ae991d528aa03803b99e9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:26:05 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:41 2025 -0600 |
tree | 9f32805d0a1e776d4a5aba415858d8b8def19881 | |
parent | 9dc6e29c762249ff08e58e9e73a052474275659f [diff] |
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>