]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Move unicode_ut test into lib
authorSimon Glass <sjg@chromium.org>
Sat, 2 Nov 2024 19:36:59 +0000 (13:36 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 17:56:02 +0000 (11:56 -0600)
commit7a27d4187a30ccd77b6bed49af63b8eb792fe9e4
tree377b3cdf1112764917b08c0bc57e1375f0e81b27
parent4563fb42f85810ac5af9fe33763056f6fd913905
test: Move unicode_ut test into lib

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

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Tested-by: Tom Rini <trini@konsulko.com> # rpi_3, rpi_4, rpi_arm64, am64x_evm_a53, am64-sk
test/Makefile
test/lib/Makefile
test/lib/unicode.c [moved from test/unicode_ut.c with 100% similarity]