[Libreoffice-commits] core.git: sc/CppunitTest_sc_cellrangeobj.mk

Michael Stahl mstahl at redhat.com
Fri Feb 14 20:42:39 CET 2014


 sc/CppunitTest_sc_cellrangeobj.mk |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 5ae93216752738ea6bc3df8d41099de76d366441
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Feb 14 20:37:38 2014 +0100

    sc: name of CppunitTest should be same as name of makefile
    
    ... because then "make CppunitTest_sc_cellrangeobj" works.
    
    Change-Id: I4390889e9da62540cc82e0d3c73e85a0bd9d0391

diff --git a/sc/CppunitTest_sc_cellrangeobj.mk b/sc/CppunitTest_sc_cellrangeobj.mk
index efd940b..c111a39 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:


More information about the Libreoffice-commits mailing list