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

