Re: [PATCH 4/4] test: Add tests for the bootmeth set command

2024-10-08 Thread Simon Glass
On Wed, 2 Oct 2024 at 07:26, Martyn Welch wrote: > > We have added a "set" sub command to bootmeth, add some tests to check > it's operation. > > Signed-off-by: Martyn Welch > --- > test/boot/bootmeth.c | 47 > 1 file changed, 47 insertions(+) > Revi

[PATCH 4/4] test: Add tests for the bootmeth set command

2024-10-02 Thread Martyn Welch
We have added a "set" sub command to bootmeth, add some tests to check it's operation. Signed-off-by: Martyn Welch --- test/boot/bootmeth.c | 47 1 file changed, 47 insertions(+) diff --git a/test/boot/bootmeth.c b/test/boot/bootmeth.c index 113b789e