dr78: #i115641# don't increment progress for empty repeated cells
[LibreOffice.git] / sc / CppunitTest_sc_macros_test.mk
blobdbed1f3b4e7bb688082441d19298f2219c55c095
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
3 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License or as specified alternatively below. You may obtain a copy of
8 # the License at http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # The Initial Developer of the Original Code is
16 # Caolán McNamara, Red Hat, Inc. <caolanm@redhat.com>
17 # Portions created by the Initial Developer are Copyright (C) 2011 the
18 # Initial Developer. All Rights Reserved.
20 # Major Contributor(s):
22 # For minor contributions see the git repository.
24 # Alternatively, the contents of this file may be used under the terms of
25 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
26 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
27 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
28 # instead of those above.
29 #*************************************************************************
31 $(eval $(call gb_CppunitTest_CppunitTest,sc_macros_test))
33 $(eval $(call gb_CppunitTest_add_exception_objects,sc_macros_test, \
34 sc/qa/unit/macros-test \
37 $(eval $(call gb_CppunitTest_add_linked_libs,sc_macros_test, \
38 avmedia \
39 basegfx \
40 comphelper \
41 cppu \
42 cppuhelper \
43 drawinglayer \
44 editeng \
45 fileacc \
46 for \
47 forui \
48 i18nisolang1 \
49 msfilter \
50 oox \
51 sal \
52 salhelper \
53 sax \
54 sb \
55 sc \
56 sfx \
57 sot \
58 svl \
59 svt \
60 svx \
61 svxcore \
62 test \
63 tl \
64 tk \
65 ucbhelper \
66 unotest \
67 utl \
68 vbahelper \
69 vcl \
70 xo \
71 $(gb_STDLIBS) \
74 $(eval $(call gb_CppunitTest_set_include,sc_macros_test,\
75 -I$(realpath $(SRCDIR)/sc/source/ui/inc) \
76 -I$(realpath $(SRCDIR)/sc/inc) \
77 $$(INCLUDE) \
78 -I$(OUTDIR)/inc \
81 $(eval $(call gb_CppunitTest_add_api,sc_macros_test,\
82 offapi \
83 oovbaapi \
84 udkapi \
87 $(eval $(call gb_CppunitTest_uses_ure,sc_macros_test))
89 $(eval $(call gb_CppunitTest_add_type_rdbs,sc_macros_test,\
90 oovbaapi \
91 types \
94 $(eval $(call gb_CppunitTest_add_components,sc_macros_test,\
95 basic/util/sb \
96 comphelper/util/comphelp \
97 dbaccess/util/dba \
98 fileaccess/source/fileacc \
99 filter/source/config/cache/filterconfig1 \
100 forms/util/frm \
101 framework/util/fwk \
102 i18npool/util/i18npool \
103 oox/util/oox \
104 package/source/xstor/xstor \
105 package/util/package2 \
106 sax/source/expatwrap/expwrap \
107 sax/source/fastparser/fastsax \
108 sc/util/sc \
109 sc/util/scd \
110 sc/util/scfilt \
111 sc/util/vbaobj \
112 scripting/source/basprov/basprov \
113 scripting/util/scriptframe \
114 sfx2/util/sfx \
115 sot/util/sot \
116 svl/source/fsstor/fsstorage \
117 toolkit/util/tk \
118 unotools/util/utl \
119 unoxml/source/rdf/unordf \
120 unoxml/source/service/unoxml \
123 $(eval $(call gb_CppunitTest_add_old_components,sc_macros_test,\
124 configmgr \
125 ucb1 \
126 ucpfile1 \
127 ucptdoc1 \
130 $(eval $(call gb_CppunitTest_set_args,sc_macros_test,\
131 --headless \
132 --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
133 "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) module:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry/spool) xcsxcu:$(call gb_CppunitTarget__make_url,$(SRCDIR)/sc/qa/unit/data/registry)" \
135 # .../spool is required for the (somewhat strange) filter configuration
137 # we need to
138 # a) explicitly depend on library msword because it is not implied by a link
139 # relation
140 # b) explicitly depend on the sc resource files needed at unit-test runtime
141 $(call gb_CppunitTest_get_target,sc_macros_test) : $(call gb_Library_get_target,scfilt) $(WORKDIR)/AllLangRes/sc
143 # vim: set noet sw=4 ts=4: