commit | b9efdf5bbc5a29219573e430bb7cdbad5e1bb120 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 24 09:03:34 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 02 13:32:14 2021 -0400 |
tree | a600a129038aba8a7e3018c86f9efc3433b2c431 | |
parent | 238efc2586a24100b0a238a889f1190fa5b1c05c [diff] |
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>