Re: [PATCH v3 6/6] test: cmd: setexpr: add format string tests

2021-07-23 Thread Simon Glass
Hi Roland, On Fri, 23 Jul 2021 at 06:30, Roland Gaudig wrote: > > From: Roland Gaudig > > Add test cases for the setexpr format string operator. > > Signed-off-by: Roland Gaudig > --- > > (no changes since v1) > > test/cmd/setexpr.c | 84 ++ > 1

[PATCH v3 6/6] test: cmd: setexpr: add format string tests

2021-07-23 Thread Roland Gaudig
From: Roland Gaudig Add test cases for the setexpr format string operator. Signed-off-by: Roland Gaudig --- (no changes since v1) test/cmd/setexpr.c | 84 ++ 1 file changed, 84 insertions(+) diff --git a/test/cmd/setexpr.c b/test/cmd/setexpr.c