commit | 432c997eb3e686982263a671692d0aac7fa285d2 | [log] [tgz] |
---|---|---|
author | Francis Laniel <francis.laniel@amarulasolutions.com> | Fri Dec 22 22:02:26 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 28 12:02:56 2023 -0500 |
tree | 8737597085c6d8ca8099697dbd1bcf93d4a715ae | |
parent | 2a70feaeeeae2530f597f69c1d79f26344ad1df8 [diff] |
test: hush: Test hush loops The added tests verifies correct behavior of for, while and until loops. Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com> Reviewed-by: Simon Glass <sjg@chromium.org>