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)
commit4d3177d367e89619d22017a96addcfcb498e69a3
tree11c42f22437c9c223369e56a2ae1da00259ec5e1
parent96b23440c1b74cd95022e3ebb08a60fedb04f3b9
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