Re: [PATCH v2 06/14] lib: Add tests for simple_strtoull()

2021-08-02 Thread Tom Rini
On Sat, Jul 24, 2021 at 09:03:33AM -0600, Simon Glass wrote: > 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 Applied to u-boot/master, thanks! -- Tom signature.asc Descripti

[PATCH v2 06/14] lib: Add tests for simple_strtoull()

2021-07-24 Thread Simon Glass
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 --- (no changes since v1) test/str_ut.c | 61 +++ 1 file changed, 61 insertions(+) diff