On Fri, 31 Dec 2021 at 09:14, Francis Laniel <francis.lan...@amarulasolutions.com> wrote: > > The added tests ensure correct behavior of for, while and until loops. > > Signed-off-by: Francis Laniel <francis.lan...@amarulasolutions.com> > --- > test/hush/Makefile | 1 + > test/hush/loop.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 65 insertions(+) > create mode 100644 test/hush/loop.c
Reviewed-by: Simon Glass <s...@chromium.org>