commit | a8ce0ee470213e5218d396b3aa6ca5f149488863 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Tue Jul 31 14:24:14 2018 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Aug 11 16:00:38 2018 +0200 |
tree | 6b99525bcd56d7f2cd470d3ffb12ecd877e2649a | |
parent | 8909ad26353de2f4e9f3212eeebded532cf6fdc0 [diff] [blame] |
test: Add tests for misc uclass Add a set of tests for the misc uclass. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/test/dm/Makefile b/test/dm/Makefile index d2ed96c..ff08078 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile
@@ -44,4 +44,5 @@ obj-$(CONFIG_ADC) += adc.o obj-$(CONFIG_SPMI) += spmi.o obj-$(CONFIG_WDT) += wdt.o +obj-$(CONFIG_MISC) += misc.o endif