From e4fb863f6dec0002069d57422ebe3ce3af69a273 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 13 Mar 2016 08:22:36 -0600 Subject: dm: blk: Add tests for block devices Add some tests to check that block devices work as expected. Signed-off-by: Simon Glass Tested-by: Stephen Warren --- test/dm/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/dm/Makefile') diff --git a/test/dm/Makefile b/test/dm/Makefile index fd0198f..df2d71f 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 -- cgit v1.1