]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Move time tests into the lib suite
authorSimon Glass <sjg@chromium.org>
Sat, 2 Nov 2024 19:37:02 +0000 (13:37 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 17:56:02 +0000 (11:56 -0600)
commitdd0057dacb2e8bced192ca7c8698b1704b247908
tree5179de191e32df13f26a641e9a8e662ddd808e13
parent890d91ff3584fcdcf9dc5ff0b516dcd3a5e55108
test: Move time tests into the lib suite

There is no particular need for the time tests to have their own test
command. Move them into the lib suite instead.

Update the test functions to match the normal unit-test signature.

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/cmd_ut.c
test/lib/time.c