Re: [PATCH 5/8] test: add test for %pUs

2022-01-21 Thread Simon Glass
On Sun, 16 Jan 2022 at 08:14, Heinrich Schuchardt wrote: > > Add a unit test for the %pUs printf code. > > Use ut_asserteq_str() for checking string results. > > Signed-off-by: Heinrich Schuchardt > --- > test/print_ut.c | 20 > 1 file changed, 16 insertions(+), 4 deletions(

[PATCH 5/8] test: add test for %pUs

2022-01-16 Thread Heinrich Schuchardt
Add a unit test for the %pUs printf code. Use ut_asserteq_str() for checking string results. Signed-off-by: Heinrich Schuchardt --- test/print_ut.c | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/test/print_ut.c b/test/print_ut.c index 7b2e7bb152..19438