test: Rename all linker lists to have a ut_ prefix
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:35:11 +0000 (17:35 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:30 +0000 (09:57 -0500)
commit2a2814d5f2714a7b0aef9ea7f9d8d67a34875d55
tree681bf3e33ccebe916bfd60425829d885dd45a35b
parenta7a98755b888254cbc1857c567ce898a8e105e0f
test: Rename all linker lists to have a ut_ prefix

At present each test suite has its own portion of the linker_list section
of the image, but other lists are interspersed. This makes it hard to
enumerate all the available tests without knowing the suites that each one
is in.

Place all tests together in a single contiguous list by giving them
common prefix not used elsewhere in U-Boot. This makes it possible to find
the start and end of all tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/test/test.h
test/py/conftest.py