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

This function support decoding octal but no tests are included yet.
Add some.

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