Re: [PATCH v2 07/14] lib: Add octal tests for simple_strtoul/l()

2021-08-02 Thread Tom Rini
On Sat, Jul 24, 2021 at 09:03:34AM -0600, Simon Glass wrote: > This function support decoding octal but no tests are included yet. > Add some. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 07/14] lib: Add octal tests for simple_strtoul/l()

2021-07-24 Thread Simon Glass
This function support decoding octal but no tests are included yet. Add some. Signed-off-by: Simon Glass --- (no changes since v1) test/str_ut.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/test/str_ut.c b/test/str_ut.c index 880cc928ec8..0d1bf398099 100644 --- a/test/str_ut