summaryrefslogtreecommitdiff
path: root/test/cmd/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-01-21 20:41:28 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-01-25 03:15:33 +0300
commitc0445c18d3cd97b6ebc81355d239efefe771f0aa (patch)
treeaaebbba97acdc306936f1e4431520ebb4cdea0f7 /test/cmd/Makefile
parentd018734c0cc2c21c69926a5c85293c1dd6fb3b2b (diff)
downloadu-boot-c0445c18d3cd97b6ebc81355d239efefe771f0aa.tar.xz
test: unit test for echo command
Provide a unit test for the unit command Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/cmd/Makefile')
-rw-r--r--test/cmd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cmd/Makefile b/test/cmd/Makefile
index 758bc14273..5451e9ea90 100644
--- a/test/cmd/Makefile
+++ b/test/cmd/Makefile
@@ -2,6 +2,9 @@
#
# Copyright (c) 2013 Google, Inc
+ifdef CONFIG_HUSH_PARSER
+obj-$(CONFIG_CONSOLE_RECORD) += test_echo.o
+endif
obj-y += mem.o
obj-$(CONFIG_CMD_MEM_SEARCH) += mem_search.o
obj-$(CONFIG_CMD_PWM) += pwm.o