Re: [PATCH 3/5] test: cmd: setexptr: Add tests for bitmap string format

2023-12-13 Thread Simon Glass
On Mon, 11 Dec 2023 at 05:21, wrote: > > From: Lukas Funke > > Add test to test the bitmap format specifier > > Signed-off-by: Lukas Funke > --- > > test/cmd/setexpr.c | 9 + > 1 file changed, 9 insertions(+) > Reviewed-by: Simon Glass

[PATCH 3/5] test: cmd: setexptr: Add tests for bitmap string format

2023-12-11 Thread lukas . funke-oss
From: Lukas Funke Add test to test the bitmap format specifier Signed-off-by: Lukas Funke --- test/cmd/setexpr.c | 9 + 1 file changed, 9 insertions(+) diff --git a/test/cmd/setexpr.c b/test/cmd/setexpr.c index 312593e1e3..4e1c9e983b 100644 --- a/test/cmd/setexpr.c +++ b/test/cmd/set