commit | b15512c4e7fd0a7663947af8b3e9f0cc6fe477cf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:32 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | b36263667b0fccf7b57bc5911f39e0c1181e5a5c | |
parent | 2939e899cb7ab440311a4f98926149938d0c8f5e [diff] |
test: Drop the _test suffix on linker lists Most test suites have a _test suffix. This is not necessary as there is also a ut_ prefix. Drop the suffix so that (with future work) the suite name can be used as the linker-list name. Remove the suffix from the pytest regex as well, moving it to the top of the file, as it is a constant. Signed-off-by: Simon Glass <sjg@chromium.org>