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)
commitea309212fe7b0baf02a09cc6c30a80ae13d1b681
tree2c4710b7c44b80202c8375610b549491d228a3ec
parent56d0635f18def8b4bd7b6b5af5f2b0efa98a2a12
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