bump product version to 4.1.6.2
[LibreOffice.git] / sd / CppunitTest_sd_import_tests.mk
blob419269b51cdce511a07757860f8d8bf8169fbe23
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,sd_import_tests))
14 $(eval $(call gb_CppunitTest_use_external,sd_import_tests,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sd_import_tests, \
17 sd/qa/unit/import-tests \
20 $(eval $(call gb_CppunitTest_use_libraries,sd_import_tests, \
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 sd \
38 sfx \
39 sot \
40 svl \
41 svt \
42 svx \
43 svxcore \
44 test \
45 tl \
46 tk \
47 ucbhelper \
48 unotest \
49 utl \
50 vcl \
51 xo \
52 $(gb_UWINAPI) \
55 $(eval $(call gb_CppunitTest_set_include,sd_import_tests,\
56 -I$(SRCDIR)/sd/source/ui/inc \
57 -I$(SRCDIR)/sd/inc \
58 $$(INCLUDE) \
61 $(eval $(call gb_CppunitTest_use_api,sd_import_tests,\
62 offapi \
63 udkapi \
66 $(eval $(call gb_CppunitTest_use_ure,sd_import_tests))
68 $(eval $(call gb_CppunitTest_use_components,sd_import_tests,\
69 animations/source/animcore/animcore \
70 basic/util/sb \
71 comphelper/util/comphelp \
72 configmgr/source/configmgr \
73 dbaccess/util/dba \
74 desktop/source/deployment/deployment \
75 embeddedobj/util/embobj \
76 fileaccess/source/fileacc \
77 filter/source/config/cache/filterconfig1 \
78 filter/source/svg/svgfilter \
79 forms/util/frm \
80 framework/util/fwk \
81 i18npool/util/i18npool \
82 linguistic/source/lng \
83 oox/util/oox \
84 package/source/xstor/xstor \
85 package/util/package2 \
86 sax/source/expatwrap/expwrap \
87 sax/source/fastparser/fastsax \
88 sd/util/sd \
89 sd/util/sdfilt \
90 sd/util/sdd \
91 sfx2/util/sfx \
92 sot/util/sot \
93 svl/source/fsstor/fsstorage \
94 svtools/util/svt \
95 toolkit/util/tk \
96 ucb/source/core/ucb1 \
97 ucb/source/ucp/expand/ucpexpand1 \
98 ucb/source/ucp/file/ucpfile1 \
99 ucb/source/ucp/package/ucppkg1 \
100 ucb/source/ucp/tdoc/ucptdoc1 \
101 unotools/util/utl \
102 unoxml/source/rdf/unordf \
103 unoxml/source/service/unoxml \
104 xmloff/util/xo \
105 xmlsecurity/util/xsec_fw \
106 xmlsecurity/util/xmlsecurity \
109 $(eval $(call gb_CppunitTest_use_configuration,sd_import_tests))
111 $(eval $(call gb_CppunitTest_use_filter_configuration,sd_import_tests))
113 $(eval $(call gb_CppunitTest_use_unittest_configuration,sd_import_tests))
115 $(eval $(call gb_CppunitTest_add_arguments,sd_import_tests,\
116 "-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \
119 $(call gb_CppunitTest_get_target,sd_import_tests) : $(call gb_AllLangResTarget_get_target,sd)
121 # vim: set noet sw=4 ts=4: