]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Update time tests to use unit-test asserts
authorSimon Glass <sjg@chromium.org>
Sat, 2 Nov 2024 19:37:03 +0000 (13:37 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 17:56:02 +0000 (11:56 -0600)
commit88db4fc5fec20429881896740df61d402b4b1f66
tree64f0479b2d8931100e539fe0cdfad7ed3dc97af3
parentdd0057dacb2e8bced192ca7c8698b1704b247908
test: Update time tests to use unit-test asserts

Rather than returning various error codes, use assertions to check that
the test passes.

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