]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Move str_ut test into lib
authorSimon Glass <sjg@chromium.org>
Sat, 2 Nov 2024 19:36:57 +0000 (13:36 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 17:56:01 +0000 (11:56 -0600)
commit2352526362500052eda11fcb6eac6e95418345d2
treee3a7e308fc615e0f4c8b08816fa26a8a8150fd1d
parent33ca12b233288366e1e77c861e74883e6804dc23
test: Move str_ut test into lib

This test doesn't belong at the top level. Move it into the lib/
directory, to match (most of) 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/lib/Makefile
test/lib/str.c [moved from test/str_ut.c with 100% similarity]