test: Drop the _test suffix on linker lists
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:25:32 +0000 (14:25 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:40 +0000 (14:34 -0600)
commit4ba3ab4901c564725c37e927e2ba29595712cd9d
treeb36263667b0fccf7b57bc5911f39e0c1181e5a5c
parentc16b388ea8bcee9acd17a555e66e61c72b973128
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>
36 files changed:
include/dm/test.h
include/test/common.h
include/test/env.h
include/test/hush.h
include/test/lib.h
include/test/log.h
include/test/optee.h
include/test/overlay.h
test/boot/bootm.c
test/boot/bootstd_common.c
test/boot/bootstd_common.h
test/boot/measurement.c
test/boot/upl.c
test/cmd/addrmap.c
test/cmd/bdinfo.c
test/cmd/exit.c
test/cmd/fdt.c
test/cmd/font.c
test/cmd/loadm.c
test/cmd/mbr.c
test/cmd/mem.c
test/cmd/mem_copy.c
test/cmd/mem_search.c
test/cmd/pci_mps.c
test/cmd/seama.c
test/cmd/setexpr.c
test/common/bloblist.c
test/common/cmd_ut_common.c
test/dm/test-dm.c
test/env/cmd_ut_env.c
test/hush/cmd_ut_hush.c
test/lib/cmd_ut_lib.c
test/log/log_ut.c
test/optee/cmd_ut_optee.c
test/overlay/cmd_ut_overlay.c
test/py/conftest.py