]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: unit test for hextoull()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 13 Nov 2024 21:15:12 +0000 (22:15 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 22 Nov 2024 21:04:54 +0000 (15:04 -0600)
commit544418999882487c25cc9529d0698f75d824bec0
tree0a31698308a025d35ade212ed874ca11a8d1b678
parent13e13f58671305ac20a889d7271d85cb7e27af78
test: unit test for hextoull()

Provide a unit test for the hextoull() function.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/lib/str.c