[PATCH v2 14/38] test: cmd: Add a basic test for 'addrmap' command
Simon Glass
sjg at chromium.org
Sat Feb 20 12:54:55 CET 2021
On Thu, 18 Feb 2021 at 08:59, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> This adds a basic test for the newly introduced 'addrmap' command.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2:
> - new patch: test: cmd: Add a basic test for 'addrmap' command
>
> include/test/suites.h | 2 ++
> test/cmd/Makefile | 1 +
> test/cmd/addrmap.c | 38 ++++++++++++++++++++++++++++++++++++++
> test/cmd_ut.c | 6 ++++++
> 4 files changed, 47 insertions(+)
> create mode 100644 test/cmd/addrmap.c
Reviewed-by: Simon Glass <sjg at chromium.org>
Just checking this test is enabled for sandbox?
More information about the U-Boot
mailing list