commit | b50211f65039c996892f99e6d1d0ab43ce676af7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 07 17:35:10 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 12 09:57:30 2021 -0500 |
tree | 0edc3980d46d0e17f31661064c58b72873d2fa67 | |
parent | 11abb2bf59999d821e017064554d6d43f1c8d8b1 [diff] |
test: Add a macros for finding tests in linker_lists At present we use the linker list directly. This is not very friendly, so add a helpful macro instead. This will also allow us to change the naming later without updating this code. Signed-off-by: Simon Glass <sjg@chromium.org>