]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:16 +0000 (22:43 +0200)
commit362cf00e64373b268a05ef2b0340f6e19d58924f
tree84924b028aabcba9456399a4eabb4c219e4f62e9
parent58b625e2136f04c73d081b66808c0b92c3e9db6e
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