]> git.dujemihanovic.xyz Git - u-boot.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)
commitab833ef60a13b60bfa8e236ca774e91b22255a5a
treea600a129038aba8a7e3018c86f9efc3433b2c431
parent4d3177d367e89619d22017a96addcfcb498e69a3
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