summaryrefslogtreecommitdiffstats
path: root/test/dm/Kconfig
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-05-20 14:27:29 -0500
committerTom Rini <trini@konsulko.com>2015-05-21 09:16:17 -0400
commit40441e0bd34425994c6feb7a3e78fa84b23d7244 (patch)
tree96874d705e679cb25cc3788e53db6a80dea9bcd6 /test/dm/Kconfig
parentc617ede08ad0583e0e015e76ebda2c5d2f6b5854 (diff)
downloadblackbird-obmc-uboot-40441e0bd34425994c6feb7a3e78fa84b23d7244.tar.gz
blackbird-obmc-uboot-40441e0bd34425994c6feb7a3e78fa84b23d7244.zip
test: dm: Move the dm tests over to the ut command
Unify the command for running unit tests further by moving the "dm test" command over to "ut dm". Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/Kconfig')
-rw-r--r--test/dm/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/dm/Kconfig b/test/dm/Kconfig
index 3ca154fcc5..0fa3074e9d 100644
--- a/test/dm/Kconfig
+++ b/test/dm/Kconfig
@@ -1,9 +1,9 @@
-config DM_TEST
- bool "Enable driver model test command"
- depends on SANDBOX && CMD_DM
+config UT_DM
+ bool "Enable driver model unit test command"
+ depends on SANDBOX
select UNIT_TEST
help
- This enables the 'dm test' command which runs a series of unit
+ This enables the 'ut dm' command which runs a series of unit
tests on the driver model code. Each subsystem (uclass) is tested.
If all is well then all tests pass although there will be a few
messages printed along the way.
OpenPOWER on IntegriCloud