]> git.baikalelectronics.ru Git - uboot.git/commit
lib: Add tests for simple_strtoull()
authorSimon Glass <sjg@chromium.org>
Sat, 24 Jul 2021 15:03:33 +0000 (09:03 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 Aug 2021 17:32:14 +0000 (13:32 -0400)
commita4cfa95c608921f025f6e3f5f06dca331276b63e
tree11c42f22437c9c223369e56a2ae1da00259ec5e1
parent5dcec474b32fe59e9a0a07d657a7d81005cf4e0b
lib: Add tests for simple_strtoull()

Add some tests that check the behaviour of this function. These are the
same as for simple_strtoul() but with a few longer values.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/str_ut.c