
12 Jan
2022
12 Jan
'22
9:03 p.m.
On Fri, 31 Dec 2021 at 09:14, Francis Laniel francis.laniel@amarulasolutions.com wrote:
The added tests ensure correct behavior of for, while and until loops.
Signed-off-by: Francis Laniel francis.laniel@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 sjg@chromium.org