summaryrefslogtreecommitdiff
path: root/test/cmd/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2024-11-02 11:08:36 +0100
committerTom Rini <[email protected]>2024-11-14 10:49:24 -0600
commit7dfafcd65ef3dc0307a7752ac5a263eb2af56862 (patch)
tree1025a104ef107457a58f3386067c2b8321382eeb /test/cmd/Makefile
parent6831415e397a95c3220295a6a7d6a686359de35f (diff)
test: unit test for hash command
Provide a unit test testing the hash command. Signed-off-by: Heinrich Schuchardt <[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 fe7a2165af2..1fd3e89efff 100644
--- a/test/cmd/Makefile
+++ b/test/cmd/Makefile
@@ -17,6 +17,7 @@ obj-$(CONFIG_CMD_ADDRMAP) += addrmap.o
obj-$(CONFIG_CMD_BDI) += bdinfo.o
obj-$(CONFIG_CMD_FDT) += fdt.o
obj-$(CONFIG_CONSOLE_TRUETYPE) += font.o
+obj-$(CONFIG_CMD_HASH) += hash.o
obj-$(CONFIG_CMD_HISTORY) += history.o
obj-$(CONFIG_CMD_LOADM) += loadm.o
obj-$(CONFIG_CMD_MEMINFO) += meminfo.o