From c0445c18d3cd97b6ebc81355d239efefe771f0aa Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Thu, 21 Jan 2021 18:41:28 +0100 Subject: test: unit test for echo command Provide a unit test for the unit command Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- test/cmd/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/cmd/Makefile') 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 -- cgit v1.2.3