Re: [PATCH 3/3] test: cmd: setexpr: add tests for format string operations

2021-07-05 Thread Simon Glass
On Mon, 28 Jun 2021 at 09:18, Roland Gaudig wrote: > > From: Roland Gaudig > > Series-version 2 missing : > > Signed-off-by: Roland Gaudig > --- > > test/cmd/setexpr.c | 33 + > 1 file changed, 33 insertions(+) Reviewed-by: Simon Glass (please resend as v3 t

[PATCH 3/3] test: cmd: setexpr: add tests for format string operations

2021-06-28 Thread Roland Gaudig
From: Roland Gaudig Series-version 2 Signed-off-by: Roland Gaudig --- test/cmd/setexpr.c | 33 + 1 file changed, 33 insertions(+) diff --git a/test/cmd/setexpr.c b/test/cmd/setexpr.c index c537e89353..f8b5eef62e 100644 --- a/test/cmd/setexpr.c +++ b/test/cmd/s