summaryrefslogtreecommitdiffstats
path: root/sal/CppunitTest_sal_osl_module.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-01-21 16:31:41 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-01-21 19:28:05 +0100
commit68dad6ff9d5547d94ff1b1085dfec9c8fef9c726 (patch)
treea55a08fc0167921c386bd84ca56e00e3b3777ff3 /sal/CppunitTest_sal_osl_module.mk
parentBump copyright year (diff)
downloadcore-68dad6ff9d5547d94ff1b1085dfec9c8fef9c726.tar.gz
core-68dad6ff9d5547d94ff1b1085dfec9c8fef9c726.zip
sal: split unit-tests to one test per makefile
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: