summaryrefslogtreecommitdiff
path: root/test/cmd/Makefile
diff options
context:
space:
mode:
authorYing-Chun Liu (PaulLiu) <[email protected]>2022-11-08 14:17:31 +0800
committerTom Rini <[email protected]>2022-11-28 13:06:40 -0500
commitd6abc7e2e027956eb0b5e73bb2be5cf995b15ae6 (patch)
treec7a0591ef0195a7ee9f22eddc7f42cf72d019cbb /test/cmd/Makefile
parentbfce0ca9d48dbee7c06526db808ae20759545db5 (diff)
test: cmd: add test for wget command.
Simulate a TCP HTTP server's response for testing wget command. Signed-off-by: Ying-Chun Liu (PaulLiu) <[email protected]> Cc: Christian Gmeiner <[email protected]> Cc: Joe Hershberger <[email protected]> Cc: Michal Simek <[email protected]> Cc: Ramon Fried <[email protected]> Cc: Simon Glass <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Ramon Fried <[email protected]>
Diffstat (limited to 'test/cmd/Makefile')
-rw-r--r--test/cmd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmd/Makefile b/test/cmd/Makefile
index 6dd6e818757..bc961df3dce 100644
--- a/test/cmd/Makefile
+++ b/test/cmd/Makefile
@@ -20,3 +20,4 @@ ifdef CONFIG_SANDBOX
obj-$(CONFIG_CMD_SETEXPR) += setexpr.o
endif
obj-$(CONFIG_CMD_TEMPERATURE) += temperature.o
+obj-$(CONFIG_CMD_WGET) += wget.o