summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-08-08 21:30:03 +0000
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-08-09 16:03:59 +0200
commit6f58154e272c15f5a3cc1a8c326be451af245d54 (patch)
tree87dc0fe9a4b30090ea16055ea1d439cb21de2fd1 /test
parent506bdf029379d63e79656c85df49e2c9cef0c16e (diff)
Convert spaces to tabs in some Makefiles
Change-Id: Ia65e6391cfa6a556b097555872c311bd8bcdec3f Reviewed-on: https://gerrit.libreoffice.org/40903 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'test')
-rw-r--r--test/Library_subsequenttest.mk92
1 files changed, 46 insertions, 46 deletions
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: