diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-03-18 12:18:13 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-03-18 12:19:30 +0100 |
commit | eb1ffc1a21ec5e205ab7933200c45e52a67155a4 (patch) | |
tree | 8de5881abe6fb304330721b7aeb26d17a9672cc3 /sal/CppunitTest_sal_osl_module.mk | |
parent | 323a936e23e27d7691eb115d3d1a696acad94d9a (diff) |
sal_osl_module depends on Module_DLL (uses the library)
Diffstat (limited to 'sal/CppunitTest_sal_osl_module.mk')
-rw-r--r-- | sal/CppunitTest_sal_osl_module.mk | 4 |
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 \ )) |