summaryrefslogtreecommitdiff
path: root/test/hush/Makefile
diff options
context:
space:
mode:
authorFrancis Laniel <[email protected]>2023-12-22 22:02:24 +0100
committerTom Rini <[email protected]>2023-12-28 12:02:56 -0500
commit261d29e2f3f8cd4fdf79088ca17bf8f90c902337 (patch)
treecf2d577769d0f29cdc71b2103af68d6db506f12d /test/hush/Makefile
parent4dc305f95b35d0b5cd78cbab3477ce5d9f92c6fd (diff)
test: hush: Test hush variable expansion
Verifies shell variables are replaced by their values. Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Francis Laniel <[email protected]>
Diffstat (limited to 'test/hush/Makefile')
-rw-r--r--test/hush/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hush/Makefile b/test/hush/Makefile
index a3c9ae51061..feb4f719561 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