test: Rename test suites to match their linker-list name
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:25:29 +0000 (14:25 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:40 +0000 (14:34 -0600)
commit4d31a3bd3370f8fc9d1a484129770a4de4a15d70
treea6ce1ad2c4f8ae574dd9e57f5f0e7a71087aa508
parentea2bb8e20f9759f98db93b24728ed478f06dc875
test: Rename test suites to match their linker-list name

Some suites have a different name from that used in the linker list.
That makes it hard to programmatically match the name printed when the
suite runs to the linker-list name it has.

Update the names so they are the same.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/test/cmd.h
test/boot/upl.c
test/cmd/addrmap.c
test/cmd/cmd_ut_cmd.c
test/cmd/exit.c
test/cmd/mem.c
test/cmd/pci_mps.c
test/cmd/setexpr.c
test/dm/test-dm.c
test/env/cmd_ut_env.c