commit | a3ce1291f4e7991f1ca67c0765436dbf241bd688 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:57 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:41 2025 -0600 |
tree | d23325ddd5581f0706ead8582af5a3122ac1cd8a | |
parent | 7d4ae01b1d7ccb64791b7d44ff688231675def33 [diff] |
test: Drop conditional compilation for suites This is not needed anymore. If a test suite is not built, then it will have no linker-list entries. So we can just check for that and know that the suite is not present. This allows removal of the #ifdefs and the need to keep them in sync with the associated Makefile rules, which has actually failed, since the help does not match what commands are actually present. Signed-off-by: Simon Glass <sjg@chromium.org>