]> git.ipfire.org Git - people/ms/u-boot.git/commit
test: dm: Move the dm tests over to the ut command
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 20 May 2015 19:27:29 +0000 (14:27 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 21 May 2015 13:16:17 +0000 (09:16 -0400)
commit40441e0bd34425994c6feb7a3e78fa84b23d7244
tree96874d705e679cb25cc3788e53db6a80dea9bcd6
parentc617ede08ad0583e0e015e76ebda2c5d2f6b5854
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>
configs/sandbox_defconfig
include/dm/test.h
include/test/suites.h
test/cmd_ut.c
test/dm/Kconfig
test/dm/Makefile
test/dm/cmd_dm.c
test/dm/test-dm.sh
test/dm/test-main.c