commit | 91ec8709c7f3d05442fd858f5dc49bb723514815 | [log] [tgz] |
---|---|---|
author | Francis Laniel <francis.laniel@amarulasolutions.com> | Fri Dec 22 22:02:24 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 28 12:02:56 2023 -0500 |
tree | cf2d577769d0f29cdc71b2103af68d6db506f12d | |
parent | b2c1b6afa90f7f4471eb25f0aa801df3d5ac029b [diff] [blame] |
test: hush: Test hush variable expansion Verifies shell variables are replaced by their values. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>
diff --git a/test/hush/Makefile b/test/hush/Makefile index a3c9ae5..feb4f71 100644 --- a/test/hush/Makefile +++ b/test/hush/Makefile
@@ -5,3 +5,4 @@ obj-y += cmd_ut_hush.o obj-y += if.o +obj-y += dollar.o