summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/CppunitTest_sal_osl_module.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/CppunitTest_sal_osl_module.mk b/sal/CppunitTest_sal_osl_module.mk
index e1347a32babb..ef0e550090ac 100644
--- a/sal/CppunitTest_sal_osl_module.mk
+++ b/sal/CppunitTest_sal_osl_module.mk
@@ -27,6 +27,10 @@
$(eval $(call gb_CppunitTest_CppunitTest,sal_osl_module))
+# the test uses the library created by Module_DLL
+$(call gb_CppunitTest_get_target,sal_osl_module) : \
+ $(call gb_CppunitTest_get_target,Module_DLL)
+
$(eval $(call gb_CppunitTest_add_exception_objects,sal_osl_module,\
sal/qa/osl/module/osl_Module \
))