]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Move time_ut test into lib
authorSimon Glass <sjg@chromium.org>
Sat, 2 Nov 2024 19:37:01 +0000 (13:37 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 17:56:02 +0000 (11:56 -0600)
commit890d91ff3584fcdcf9dc5ff0b516dcd3a5e55108
tree1088734075be248dd7747cc91eee823fb4ac57c7
parent5912a9ea1ad25c9278148950f8653a3c1a03043b
test: Move time_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>
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/time.c [moved from test/time_ut.c with 100% similarity]