commit | 097533a4e33f92707cbed93a7d113bd7cb511027 | [log] [tgz] |
---|---|---|
author | Francis Laniel <francis.laniel@amarulasolutions.com> | Fri Dec 22 22:02:25 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 28 12:02:56 2023 -0500 |
tree | 2a718a83381042c15a837bc2da24b7c374724a99 | |
parent | 91ec8709c7f3d05442fd858f5dc49bb723514815 [diff] [blame] |
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>
diff --git a/test/hush/Makefile b/test/hush/Makefile index feb4f71..ff4fe77 100644 --- a/test/hush/Makefile +++ b/test/hush/Makefile
@@ -6,3 +6,4 @@ obj-y += cmd_ut_hush.o obj-y += if.o obj-y += dollar.o +obj-y += list.o