]> git.karo-electronics.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)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:30 +0000 (11:11 -0600)
commit57f54d55bdf7a21034182cf213c1084df214d98c
treeeabcdf89497ebccbae438200ad6be9ebcfe161f2
parentb66c0a662b29127bc67f1a70b38ea0966c32ec90
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