summaryrefslogtreecommitdiff
path: root/starmath/Library_sm.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-20 22:59:40 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-21 02:06:01 +0200
commit9e04ae0b7d86895420634e442a09feb366340393 (patch)
treeb31323e3db0dc87a3811cb8b3ce216b974a2d41a /starmath/Library_sm.mk
parent8bfe47960f60e1dc2e6bcf0f3c3f7e43dfd3fc0b (diff)
add more runtime deps on resource files for unit-tests
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
Diffstat (limited to 'starmath/Library_sm.mk')
-rw-r--r--starmath/Library_sm.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk
index e3727c8afdc3..17c6c7a6dd9a 100644
--- a/starmath/Library_sm.mk
+++ b/starmath/Library_sm.mk
@@ -102,4 +102,8 @@ $(eval $(call gb_SdiTarget_set_include,starmath/sdi/smslots,\
$$(INCLUDE) \
))
+# Runtime dependency for unit-tests
+$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,sm)) :| \
+ $(call gb_AllLangResTarget_get_target,sm)
+
# vim: set noet sw=4 ts=4: