bump product version to 4.1.6.2
[LibreOffice.git] / sw / CppunitTest_sw_macros_test.mk
blobcf3c425318fff190dbed8a903f3d8f0ce84fcfa7
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sw_macros_test))
14 $(eval $(call gb_CppunitTest_use_external,sw_macros_test,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_macros_test, \
17 sw/qa/core/macros-test \
20 $(eval $(call gb_CppunitTest_use_libraries,sw_macros_test, \
21 avmedia \
22 basegfx \
23 comphelper \
24 cppu \
25 cppuhelper \
26 drawinglayer \
27 editeng \
28 fileacc \
29 for \
30 forui \
31 i18nlangtag \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sb \
38 sw \
39 sfx \
40 sot \
41 svl \
42 svt \
43 svx \
44 svxcore \
45 test \
46 tl \
47 tk \
48 ucbhelper \
49 unotest \
50 utl \
51 vbahelper \
52 vcl \
53 xo \
54 $(gb_UWINAPI) \
57 $(eval $(call gb_CppunitTest_set_include,sw_macros_test,\
58 -I$(SRCDIR)/sw/source/ui/inc \
59 -I$(SRCDIR)/sw/inc \
60 $$(INCLUDE) \
63 $(eval $(call gb_CppunitTest_use_api,sw_macros_test,\
64 offapi \
65 oovbaapi \
66 udkapi \
69 $(eval $(call gb_CppunitTest_use_ure,sw_macros_test))
71 $(eval $(call gb_CppunitTest_use_components,sw_macros_test,\
72 basic/util/sb \
73 comphelper/util/comphelp \
74 configmgr/source/configmgr \
75 dbaccess/util/dba \
76 fileaccess/source/fileacc \
77 filter/source/config/cache/filterconfig1 \
78 forms/util/frm \
79 framework/util/fwk \
80 i18npool/util/i18npool \
81 oox/util/oox \
82 package/source/xstor/xstor \
83 package/util/package2 \
84 sax/source/expatwrap/expwrap \
85 sax/source/fastparser/fastsax \
86 sw/util/sw \
87 sw/util/swd \
88 sw/util/msword \
89 sw/util/vbaswobj \
90 scripting/source/basprov/basprov \
91 scripting/util/scriptframe \
92 sfx2/util/sfx \
93 sot/util/sot \
94 svl/source/fsstor/fsstorage \
95 svtools/util/svt \
96 toolkit/util/tk \
97 ucb/source/core/ucb1 \
98 ucb/source/ucp/file/ucpfile1 \
99 ucb/source/ucp/tdoc/ucptdoc1 \
100 unotools/util/utl \
101 unoxml/source/rdf/unordf \
102 unoxml/source/service/unoxml \
105 $(eval $(call gb_CppunitTest_use_configuration,sw_macros_test))
107 $(eval $(call gb_CppunitTest_use_filter_configuration,sw_macros_test))
109 $(eval $(call gb_CppunitTest_use_unittest_configuration,sw_macros_test))
111 # vim: set noet sw=4 ts=4: