summaryrefslogtreecommitdiffstats
path: root/sal/CppunitTest_sal_osl_module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sal/CppunitTest_sal_osl_module.mk')
-rw-r--r--sal/CppunitTest_sal_osl_module.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/sal/CppunitTest_sal_osl_module.mk b/sal/CppunitTest_sal_osl_module.mk
index 288a442d5fda..e1347a32babb 100644
--- a/sal/CppunitTest_sal_osl_module.mk
+++ b/sal/CppunitTest_sal_osl_module.mk
@@ -25,7 +25,6 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-# sal_osl_module
$(eval $(call gb_CppunitTest_CppunitTest,sal_osl_module))
$(eval $(call gb_CppunitTest_add_exception_objects,sal_osl_module,\
@@ -37,16 +36,4 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sal_osl_module,\
$(gb_STDLIBS) \
))
-# sal_osl_module_dll
-$(eval $(call gb_CppunitTest_CppunitTest,sal_osl_module_dll))
-
-$(eval $(call gb_CppunitTest_add_exception_objects,sal_osl_module_dll,\
- sal/qa/osl/module/osl_Module_DLL \
-))
-
-$(eval $(call gb_CppunitTest_add_linked_libs,sal_osl_module_dll,\
- sal \
- $(gb_STDLIBS) \
-))
-
# vim: set noet sw=4 ts=4: