]> git.baikalelectronics.ru Git - uboot.git/commit
test: cmd: Add a basic test for 'addrmap' command
authorBin Meng <bmeng.cn@gmail.com>
Thu, 25 Feb 2021 09:22:35 +0000 (17:22 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Fri, 5 Mar 2021 04:55:43 +0000 (10:25 +0530)
commitec729534e101cc60103e9256bc943cb827119e27
tree2c4710b7c44b80202c8375610b549491d228a3ec
parent048747192e9104967c270bf9366b2f9a15ae3306
test: cmd: Add a basic test for 'addrmap' command

This adds a basic test for the newly introduced 'addrmap' command.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
[Rebase]
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
include/test/suites.h
test/cmd/Makefile
test/cmd/addrmap.c [new file with mode: 0644]
test/cmd_ut.c