]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: hush: Test hush commands list
authorFrancis Laniel <francis.laniel@amarulasolutions.com>
Fri, 22 Dec 2023 21:02:25 +0000 (22:02 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 28 Dec 2023 17:02:56 +0000 (12:02 -0500)
commit2a70feaeeeae2530f597f69c1d79f26344ad1df8
tree2a718a83381042c15a837bc2da24b7c374724a99
parent261d29e2f3f8cd4fdf79088ca17bf8f90c902337
test: hush: Test hush commands list

Verifies behavior of commands separated by ';', '&&' and '||'.

Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/hush/Makefile
test/hush/list.c [new file with mode: 0644]