[Libreoffice-commits] core.git: sc/Module_sc.mk test/Library_subsequenttest.mk
Jens Carl
j.carl43 at gmx.de
Wed Aug 9 14:05:00 UTC 2017
sc/Module_sc.mk | 2
test/Library_subsequenttest.mk | 92 ++++++++++++++++++++---------------------
2 files changed, 47 insertions(+), 47 deletions(-)
New commits:
commit 6f58154e272c15f5a3cc1a8c326be451af245d54
Author: Jens Carl <j.carl43 at gmx.de>
Date: Tue Aug 8 21:30:03 2017 +0000
Convert spaces to tabs in some Makefiles
Change-Id: Ia65e6391cfa6a556b097555872c311bd8bcdec3f
Reviewed-on: https://gerrit.libreoffice.org/40903
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 03a7565b899d..9080ec3a4433 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -48,7 +48,7 @@ $(eval $(call gb_Module_add_check_targets,sc,\
ifneq ($(ENABLE_HEADLESS),TRUE)
ifeq ($(OS),LINUX)
$(eval $(call gb_Module_add_check_targets,sc,\
- CppunitTest_sc_tiledrendering \
+ CppunitTest_sc_tiledrendering \
))
endif
endif
diff --git a/test/Library_subsequenttest.mk b/test/Library_subsequenttest.mk
index f2c6af8fe34e..e1c6c3c1f064 100644
--- a/test/Library_subsequenttest.mk
+++ b/test/Library_subsequenttest.mk
@@ -10,18 +10,18 @@
$(eval $(call gb_Library_Library,subsequenttest))
$(eval $(call gb_Library_add_defs,subsequenttest,\
- -DOOO_DLLIMPLEMENTATION_TEST \
+ -DOOO_DLLIMPLEMENTATION_TEST \
))
$(eval $(call gb_Library_use_sdk_api,subsequenttest))
$(eval $(call gb_Library_use_libraries,subsequenttest,\
- comphelper \
- cppu \
- cppuhelper \
+ comphelper \
+ cppu \
+ cppuhelper \
i18nlangtag \
- sal \
- test \
+ sal \
+ test \
tl \
utl \
unotest \
@@ -34,46 +34,46 @@ $(eval $(call gb_Library_use_externals,subsequenttest,\
))
$(eval $(call gb_Library_add_exception_objects,subsequenttest,\
- test/source/unoapi_test \
- test/source/calc_unoapi_test \
- test/source/beans/xpropertyset \
- test/source/container/xelementaccess \
- test/source/container/xindexaccess \
- test/source/container/xnamecontainer \
- test/source/container/xnamereplace \
- test/source/container/xnamed \
- test/source/sheet/cellproperties \
- test/source/sheet/datapilotfield \
- test/source/sheet/xcelladdressable \
- test/source/sheet/xcellrangedata \
- test/source/sheet/xcellrangereferrer \
- test/source/sheet/xcellrangesquery \
- test/source/sheet/xcellseries \
- test/source/sheet/xgoalseek \
- test/source/sheet/xdatabaserange \
- test/source/sheet/xdatapilotdescriptor \
- test/source/sheet/xdatapilotfieldgrouping \
- test/source/sheet/xdatapilottable \
- test/source/sheet/xdatapilottable2 \
- test/source/sheet/xnamedrange \
- test/source/sheet/xnamedranges \
- test/source/sheet/xprintareas \
- test/source/sheet/xspreadsheetdocument \
- test/source/sheet/xspreadsheets \
- test/source/sheet/xspreadsheets2 \
- test/source/sheet/xsheetannotation \
- test/source/sheet/xsheetannotations \
- test/source/sheet/xsheetannotationshapesupplier \
- test/source/sheet/xsheetoutline \
- test/source/sheet/xstyleloader \
- test/source/sheet/xusedareacursor \
- test/source/sheet/xviewpane \
- test/source/sheet/xviewsplitable \
- test/source/text/xtext \
- test/source/text/xtextfield \
- test/source/text/xtextcontent \
- test/source/util/xreplaceable \
- test/source/util/xsearchable \
+ test/source/unoapi_test \
+ test/source/calc_unoapi_test \
+ test/source/beans/xpropertyset \
+ test/source/container/xelementaccess \
+ test/source/container/xindexaccess \
+ test/source/container/xnamecontainer \
+ test/source/container/xnamereplace \
+ test/source/container/xnamed \
+ test/source/sheet/cellproperties \
+ test/source/sheet/datapilotfield \
+ test/source/sheet/xcelladdressable \
+ test/source/sheet/xcellrangedata \
+ test/source/sheet/xcellrangereferrer \
+ test/source/sheet/xcellrangesquery \
+ test/source/sheet/xcellseries \
+ test/source/sheet/xgoalseek \
+ test/source/sheet/xdatabaserange \
+ test/source/sheet/xdatapilotdescriptor \
+ test/source/sheet/xdatapilotfieldgrouping \
+ test/source/sheet/xdatapilottable \
+ test/source/sheet/xdatapilottable2 \
+ test/source/sheet/xnamedrange \
+ test/source/sheet/xnamedranges \
+ test/source/sheet/xprintareas \
+ test/source/sheet/xspreadsheetdocument \
+ test/source/sheet/xspreadsheets \
+ test/source/sheet/xspreadsheets2 \
+ test/source/sheet/xsheetannotation \
+ test/source/sheet/xsheetannotations \
+ test/source/sheet/xsheetannotationshapesupplier \
+ test/source/sheet/xsheetoutline \
+ test/source/sheet/xstyleloader \
+ test/source/sheet/xusedareacursor \
+ test/source/sheet/xviewpane \
+ test/source/sheet/xviewsplitable \
+ test/source/text/xtext \
+ test/source/text/xtextfield \
+ test/source/text/xtextcontent \
+ test/source/util/xreplaceable \
+ test/source/util/xsearchable \
))
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list