diff options
author | Simon Glass | 2016-03-13 08:22:36 -0600 |
---|---|---|
committer | Simon Glass | 2016-03-17 21:27:39 -0600 |
commit | e4fb863f6dec0002069d57422ebe3ce3af69a273 (patch) | |
tree | 2bb7ea4f10f28db5af4b08c0c4ebbddb75e943d2 /test/dm/Makefile | |
parent | 33cf727b1634dbd9cd68a6ebc444a88f053822d7 (diff) |
dm: blk: Add tests for block devices
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>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r-- | test/dm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index fd0198f1bac..df2d71fdadd 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -15,6 +15,7 @@ obj-$(CONFIG_UT_DM) += test-uclass.o # subsystem you must add sandbox tests here. obj-$(CONFIG_UT_DM) += core.o ifneq ($(CONFIG_SANDBOX),) +obj-$(CONFIG_BLK) += blk.o obj-$(CONFIG_CLK) += clk.o obj-$(CONFIG_DM_ETH) += eth.o obj-$(CONFIG_DM_GPIO) += gpio.o |