]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Move print_ut test into common
authorSimon Glass <sjg@chromium.org>
Sat, 2 Nov 2024 19:36:55 +0000 (13:36 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 17:56:01 +0000 (11:56 -0600)
commit479b389c3def872da79a03a7d08e2da6cb4391ee
treea5d5313b1cbc7bc8bba458ce33195b54f3845913
parent7f8b8c5abc28704e794c4bf05903afc88c808581
test: Move print_ut test into common

This test doesn't belong at the top level. Move it into the common/
directory, to match its implementation. Rename it to drop the
unnecessary _ut suffix.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Tom Rini <trini@konsulko.com> # rpi_3, rpi_4, rpi_arm64, am64x_evm_a53, am64-sk
test/Makefile
test/common/Makefile
test/common/print.c [moved from test/print_ut.c with 100% similarity]