Re: [U-Boot] [PATCH 2/2] test: provide test for errno_str()

2019-10-14 Thread Tom Rini
On Sun, Oct 13, 2019 at 05:36:06PM +0200, Heinrich Schuchardt wrote: > On 10/13/19 5:03 PM, Simon Glass wrote: > > Hi Heinrich, > > > > On Sun, 6 Oct 2019 at 06:33, Heinrich Schuchardt wrote: > > > > > > Provide a unit test for errno_str(). Test that known and unknown error > > > numbers are han

Re: [U-Boot] [PATCH 2/2] test: provide test for errno_str()

2019-10-13 Thread Heinrich Schuchardt
On 10/13/19 5:03 PM, Simon Glass wrote: Hi Heinrich, On Sun, 6 Oct 2019 at 06:33, Heinrich Schuchardt wrote: Provide a unit test for errno_str(). Test that known and unknown error numbers are handled correctly. Signed-off-by: Heinrich Schuchardt --- test/lib/Makefile | 1 + test

Re: [U-Boot] [PATCH 2/2] test: provide test for errno_str()

2019-10-13 Thread Simon Glass
Hi Heinrich, On Sun, 6 Oct 2019 at 06:33, Heinrich Schuchardt wrote: > > Provide a unit test for errno_str(). Test that known and unknown error > numbers are handled correctly. > > Signed-off-by: Heinrich Schuchardt > --- > test/lib/Makefile | 1 + > test/lib/test_errno_str.c | 50

[U-Boot] [PATCH 2/2] test: provide test for errno_str()

2019-10-06 Thread Heinrich Schuchardt
Provide a unit test for errno_str(). Test that known and unknown error numbers are handled correctly. Signed-off-by: Heinrich Schuchardt --- test/lib/Makefile | 1 + test/lib/test_errno_str.c | 50 +++ 2 files changed, 51 insertions(+) create mode 10