summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-14 20:37:38 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-14 20:38:59 +0100
commit5ae93216752738ea6bc3df8d41099de76d366441 (patch)
tree60f15d3f8fa91a460b80f884d52709657828eaf5
parent8610d99b04720958b42047f08ef1f5b00a2d4f4f (diff)
sc: name of CppunitTest should be same as name of makefile
... because then "make CppunitTest_sc_cellrangeobj" works. Change-Id: I4390889e9da62540cc82e0d3c73e85a0bd9d0391
-rw-r--r--sc/CppunitTest_sc_cellrangeobj.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/sc/CppunitTest_sc_cellrangeobj.mk b/sc/CppunitTest_sc_cellrangeobj.mk
index efd940bf2cc3..c111a3904e06 100644
--- a/sc/CppunitTest_sc_cellrangeobj.mk
+++ b/sc/CppunitTest_sc_cellrangeobj.mk
@@ -9,15 +9,15 @@
#
#*************************************************************************
-$(eval $(call gb_CppunitTest_CppunitTest,sc_cellrangesbase))
+$(eval $(call gb_CppunitTest_CppunitTest,sc_cellrangeobj))
-$(eval $(call gb_CppunitTest_use_external,sc_cellrangesbase,boost_headers))
+$(eval $(call gb_CppunitTest_use_external,sc_cellrangeobj,boost_headers))
-$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellrangesbase, \
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellrangeobj, \
sc/qa/extras/sccellrangeobj\
))
-$(eval $(call gb_CppunitTest_use_libraries,sc_cellrangesbase, \
+$(eval $(call gb_CppunitTest_use_libraries,sc_cellrangeobj, \
avmedia \
basegfx \
comphelper \
@@ -54,20 +54,20 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_cellrangesbase, \
$(gb_UWINAPI) \
))
-$(eval $(call gb_CppunitTest_set_include,sc_cellrangesbase,\
+$(eval $(call gb_CppunitTest_set_include,sc_cellrangeobj,\
-I$(SRCDIR)/sc/source/ui/inc \
-I$(SRCDIR)/sc/inc \
$$(INCLUDE) \
))
-$(eval $(call gb_CppunitTest_use_api,sc_cellrangesbase,\
+$(eval $(call gb_CppunitTest_use_api,sc_cellrangeobj,\
offapi \
udkapi \
))
-$(eval $(call gb_CppunitTest_use_ure,sc_cellrangesbase))
+$(eval $(call gb_CppunitTest_use_ure,sc_cellrangeobj))
-$(eval $(call gb_CppunitTest_use_components,sc_cellrangesbase,\
+$(eval $(call gb_CppunitTest_use_components,sc_cellrangeobj,\
basic/util/sb \
comphelper/util/comphelp \
configmgr/source/configmgr \
@@ -101,8 +101,8 @@ $(eval $(call gb_CppunitTest_use_components,sc_cellrangesbase,\
xmloff/util/xo \
))
-$(eval $(call gb_CppunitTest_use_configuration,sc_cellrangesbase))
+$(eval $(call gb_CppunitTest_use_configuration,sc_cellrangeobj))
-$(eval $(call gb_CppunitTest_use_unittest_configuration,sc_cellrangesbase))
+$(eval $(call gb_CppunitTest_use_unittest_configuration,sc_cellrangeobj))
# vim: set noet sw=4 ts=4: