]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: unit test for hash command
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 2 Nov 2024 10:08:36 +0000 (11:08 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 14 Nov 2024 16:49:24 +0000 (10:49 -0600)
commit7dfafcd65ef3dc0307a7752ac5a263eb2af56862
tree1025a104ef107457a58f3386067c2b8321382eeb
parent6831415e397a95c3220295a6a7d6a686359de35f
test: unit test for hash command

Provide a unit test testing the hash command.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/cmd/Makefile
test/cmd/hash.c [new file with mode: 0644]