]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: test: Allow 'dm test' to select a particular test to run
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:23:04 +0000 (12:23 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:49:00 +0000 (21:49 +0200)
commit8cc185b841357451773267919d9e2b156dcbf2c9
tree1550e1150afd9e74f38992d2a7423b10d3079578
parent44f66b3285a6c7565546a1604fd0b7f0f84ff788
dm: test: Allow 'dm test' to select a particular test to run

As well as running all tests, it is useful to be able to run a selected test.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
include/dm/test.h
test/dm/cmd_dm.c
test/dm/test-main.c