test: Drop conditional compilation for suites
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:25:57 +0000 (14:25 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:41 +0000 (14:34 -0600)
commit374203bd2effc85b94863aaa3d1e30153811c44d
treed23325ddd5581f0706ead8582af5a3122ac1cd8a
parent81c5434f499e00a2143fa585e030af1821e3285f
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>
test/cmd_ut.c
test/py/tests/test_suite.py