summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
Diffstat (limited to 'formula')
-rw-r--r--formula/Library_for.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/formula/Library_for.mk b/formula/Library_for.mk
index 90820c331122..ce93f1695e7a 100644
--- a/formula/Library_for.mk
+++ b/formula/Library_for.mk
@@ -65,4 +65,8 @@ $(eval $(call gb_Library_add_exception_objects,for,\
formula/source/core/resource/core_resource \
))
+# Runtime dependency for unit-tests
+$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,for)) :| \
+ $(call gb_AllLangResTarget_get_target,for)
+
# vim: set noet sw=4 ts=4: