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

2023-12-13 Thread Simon Glass
On Tue, 12 Dec 2023 at 01:53, wrote: > > From: Lukas Funke > > Add test to test the bitmap format specifier > > Signed-off-by: Lukas Funke > --- > > (no changes since v1) > > test/cmd/setexpr.c | 9 + > 1 file changed, 9 insertions(+) Reviewed-by: Simon Glass

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

2023-12-12 Thread lukas . funke-oss
From: Lukas Funke Add test to test the bitmap format specifier Signed-off-by: Lukas Funke --- (no changes since v1) 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 ---