summaryrefslogtreecommitdiff
path: root/test/cmd/Makefile
diff options
context:
space:
mode:
authorRasmus Villemoes <[email protected]>2024-01-03 11:47:07 +0100
committerTom Rini <[email protected]>2024-01-17 08:00:05 -0500
commit13f4c85828538c77bfaac355dea896bd78e9a4c0 (patch)
tree8733e2fa795b0d7e3ba1b2ce5c5fbb49bf9d7f8d /test/cmd/Makefile
parent92fa22a1bb1e77e05b20e7caa854101bb15ccfef (diff)
test: add test of "cp" shell command
Signed-off-by: Rasmus Villemoes <[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 7e40e25b9e8..478ef4c6f05 100644
--- a/test/cmd/Makefile
+++ b/test/cmd/Makefile
@@ -19,6 +19,7 @@ obj-$(CONFIG_CONSOLE_TRUETYPE) += font.o
obj-$(CONFIG_CMD_HISTORY) += history.o
obj-$(CONFIG_CMD_LOADM) += loadm.o
obj-$(CONFIG_CMD_MEM_SEARCH) += mem_search.o
+obj-$(CONFIG_CMD_MEMORY) += mem_copy.o
ifdef CONFIG_CMD_PCI
obj-$(CONFIG_CMD_PCI_MPS) += pci_mps.o
endif