summaryrefslogtreecommitdiff
path: root/test/dm/blk.c
AgeCommit message (Collapse)Author
2016-05-17dm: sandbox: mmc: Enable building MMC code for sandboxSimon Glass
Enable building the MMC code for sandbox. This increases build coverage for sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
2016-03-17dm: blk: Add tests for block devicesSimon Glass
Add some tests to check that block devices work as expected. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Stephen Warren <swarren@nvidia.com>