diff options
| author | Bin Meng <[email protected]> | 2021-02-25 17:22:35 +0800 |
|---|---|---|
| committer | Priyanka Jain <[email protected]> | 2021-03-05 10:25:43 +0530 |
| commit | ea309212fe7b0baf02a09cc6c30a80ae13d1b681 (patch) | |
| tree | 2c4710b7c44b80202c8375610b549491d228a3ec /test/cmd/Makefile | |
| parent | 56d0635f18def8b4bd7b6b5af5f2b0efa98a2a12 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
[Rebase]
Signed-off-by: Priyanka Jain <[email protected]>
Diffstat (limited to 'test/cmd/Makefile')
| -rw-r--r-- | test/cmd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmd/Makefile b/test/cmd/Makefile index c84df603953..2cfe43a6bd3 100644 --- a/test/cmd/Makefile +++ b/test/cmd/Makefile @@ -6,6 +6,7 @@ ifdef CONFIG_HUSH_PARSER obj-$(CONFIG_CONSOLE_RECORD) += test_echo.o endif obj-y += mem.o +obj-$(CONFIG_CMD_ADDRMAP) += addrmap.o obj-$(CONFIG_CMD_MEM_SEARCH) += mem_search.o obj-$(CONFIG_CMD_PWM) += pwm.o obj-$(CONFIG_CMD_SETEXPR) += setexpr.o |
