dm: mmc: test: Add tests for MMC
authorSimon Glass <sjg@chromium.org>
Sun, 1 May 2016 19:52:44 +0000 (13:52 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
commit341392dd115f1385c31bb0b034ec15f542730e30
tree2aa30d921696efbefd6ed6b16ee05459b98082b2
parentafa2c3122db1ef5243e717b84d698353da412d92
dm: mmc: test: Add tests for MMC

Add a simple test which checks that a sandbox-emulated SD card can be used
correctly. This tests plumbing through the MMC stack's block-device
implementaion.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/Makefile
test/dm/mmc.c