uboot/test/dm
Simon Glass 57f54d55bd 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>
2015-04-18 11:11:30 -06:00
..
.gitignore
Kconfig dm: test: Add a Kconfig file 2015-02-12 10:35:34 -07:00
Makefile test: dm: eth: Add tests for the eth dm implementation 2015-04-18 11:11:12 -06:00
bus.c dm: test: bus: Use a local variable to simplify code 2015-04-18 11:11:19 -06:00
cmd_dm.c dm: test: Allow 'dm test' to select a particular test to run 2015-04-18 11:11:30 -06:00
core.c dm: core: Add a uclass pre_probe() method for devices 2015-04-16 19:27:42 -06:00
eth.c net: Improve error handling 2015-04-18 11:11:14 -06:00
gpio.c
i2c.c
pci.c dm: pci: Add driver model tests for PCI 2015-04-18 11:11:09 -06:00
sf.c
spi.c
test-dm.sh
test-driver.c
test-fdt.c
test-main.c dm: test: Allow 'dm test' to select a particular test to run 2015-04-18 11:11:30 -06:00
test-uclass.c dm: core: Mark device as active before calling uclass probe() methods 2015-04-18 11:11:19 -06:00
test.dts dm: eth: Add support for aliases 2015-04-18 11:11:13 -06:00
ut.c