diff options
author | Robert Marko | 2022-09-06 13:30:36 +0200 |
---|---|---|
committer | Tom Rini | 2022-10-11 16:03:04 -0400 |
commit | c68e73b65fb9101e3234586db29c3a04e9b37534 (patch) | |
tree | 917986046cbdb4c39576bb1d733a33523fe44ca8 /test/cmd/Makefile | |
parent | 1fad2cb852581ff34c2f115ec07b1bba9eef8342 (diff) |
test: cmd: add test for temperature command
Add simple test for the temperature command.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Simon Glass <sjg@chromium.org>
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 1bb02d93a23..b7b9bd43f6b 100644 --- a/test/cmd/Makefile +++ b/test/cmd/Makefile @@ -16,3 +16,4 @@ obj-$(CONFIG_CMD_MEM_SEARCH) += mem_search.o obj-$(CONFIG_CMD_PINMUX) += pinmux.o obj-$(CONFIG_CMD_PWM) += pwm.o obj-$(CONFIG_CMD_SETEXPR) += setexpr.o +obj-$(CONFIG_CMD_TEMPERATURE) += temperature.o |