diff options
| author | Rasmus Villemoes <[email protected]> | 2023-03-02 09:12:25 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-17 17:27:51 -0400 |
| commit | 20c5c45e1c81657ef79dfc6e29f07e5f45f5b01f (patch) | |
| tree | d2b62604ad6de6ea81afd15a5dc41a5921de1a8f /test/cmd/Makefile | |
| parent | 4d3c84649884442367636390939da61987a83537 (diff) | |
test: add tests of 'read' and 'write' shell commands
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Rasmus Villemoes <[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 2ffde8703ab..7848f348bc4 100644 --- a/test/cmd/Makefile +++ b/test/cmd/Makefile @@ -18,6 +18,7 @@ obj-$(CONFIG_CMD_PINMUX) += pinmux.o obj-$(CONFIG_CMD_PWM) += pwm.o obj-$(CONFIG_CMD_SEAMA) += seama.o ifdef CONFIG_SANDBOX +obj-$(CONFIG_CMD_READ) += rw.o obj-$(CONFIG_CMD_SETEXPR) += setexpr.o endif obj-$(CONFIG_CMD_TEMPERATURE) += temperature.o |
