Re: [PATCH v2 2/2] test: cmd: add a test for bootd
Simon Glass <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <CAFLszTiB56ePBVEwLYjPZ0na4KNNT=dXqCW-UOWWh_oB7hsQwQ__30553.9675567829$1786050088$gmane$org@mail.gmail.com> |
Hi Mehmet, On 2026-08-06T13:37:22, Mehmet Fide <[email protected]> wrote: > test: cmd: add a test for bootd > > command held in the bootcmd environment variable, and the return value of > bootd is the one of that command. Also assert the recursion guard in > cmd_process(), which is part of the code bootd carries. > > Signed-off-by: Mehmet Fide <[email protected]> > > test/cmd/Makefile | 1 + > test/cmd/bootd.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 67 insertions(+) Reviewed-by: Simon Glass <[email protected]> Regards, Simon