summaryrefslogtreecommitdiff
path: root/sd/Library_sd.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-11-20 13:51:28 +0100
committerDavid Tardon <dtardon@redhat.com>2016-11-21 09:44:41 +0100
commita1e9e5848c2018a91f36dffa6ffda67e16446877 (patch)
tree3fe277c0fe8fb7db3987273d258d0d4381345beb /sd/Library_sd.mk
parent938dc595a2c1598e73c112150e1abb848dac4453 (diff)
add missing resource dep
Change-Id: I018d04217dd25661562dde7e4f84ef32c5a3eb6a
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r--sd/Library_sd.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 6a267d46a0f5..337cb614fd8c 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -578,4 +578,7 @@ endif # ENABLE_SDREMOTE_BLUETOOTH=TRUE
endif # ENABLE_SDREMOTE=TRUE
+# Runtime dependency for unit-tests
+$(eval $(call gb_Library_use_restarget,sd,sd))
+
# vim: set noet sw=4 ts=4: