bump product version to 4.1.6.2
[LibreOffice.git] / sd / CppunitTest_sd_filters_test.mk
blob23c9709a3c1bebe5764005f38ce2b7d12be75a13
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_filters_test))
14 $(eval $(call gb_CppunitTest_use_external,sd_filters_test,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sd_filters_test, \
17 sd/qa/unit/filters-test \
20 ifeq ($(DISABLE_CVE_TESTS),TRUE)
21 $(eval $(call gb_CppunitTest_add_defs,sd_filters_test,\
22 -DDISABLE_CVE_TESTS \
24 endif
26 $(eval $(call gb_CppunitTest_use_libraries,sd_filters_test, \
27 avmedia \
28 basegfx \
29 comphelper \
30 cppu \
31 cppuhelper \
32 drawinglayer \
33 editeng \
34 fileacc \
35 i18nlangtag \
36 i18nutil \
37 msfilter \
38 oox \
39 sal \
40 salhelper \
41 sax \
42 sd \
43 sfx \
44 sot \
45 svl \
46 svt \
47 svx \
48 svxcore \
49 test \
50 tl \
51 tk \
52 ucbhelper \
53 unotest \
54 utl \
55 vcl \
56 xo \
57 $(gb_UWINAPI) \
60 $(eval $(call gb_CppunitTest_set_include,sd_filters_test,\
61 -I$(SRCDIR)/sd/source/ui/inc \
62 -I$(SRCDIR)/sd/inc \
63 $$(INCLUDE) \
66 $(eval $(call gb_CppunitTest_use_api,sd_filters_test,\
67 offapi \
68 udkapi \
71 $(eval $(call gb_CppunitTest_use_ure,sd_filters_test))
73 $(eval $(call gb_CppunitTest_use_components,sd_filters_test,\
74 animations/source/animcore/animcore \
75 basic/util/sb \
76 comphelper/util/comphelp \
77 configmgr/source/configmgr \
78 dbaccess/util/dba \
79 embeddedobj/util/embobj \
80 fileaccess/source/fileacc \
81 filter/source/config/cache/filterconfig1 \
82 framework/util/fwk \
83 i18npool/util/i18npool \
84 linguistic/source/lng \
85 oox/util/oox \
86 package/source/xstor/xstor \
87 package/util/package2 \
88 sax/source/expatwrap/expwrap \
89 sax/source/fastparser/fastsax \
90 sd/util/sd \
91 sd/util/sdfilt \
92 sfx2/util/sfx \
93 sot/util/sot \
94 svtools/util/svt \
95 toolkit/util/tk \
96 ucb/source/core/ucb1 \
97 ucb/source/ucp/file/ucpfile1 \
98 ucb/source/ucp/tdoc/ucptdoc1 \
99 unotools/util/utl \
100 unoxml/source/rdf/unordf \
101 unoxml/source/service/unoxml \
102 xmloff/util/xo \
105 $(eval $(call gb_CppunitTest_use_configuration,sd_filters_test))
107 $(eval $(call gb_CppunitTest_use_filter_configuration,sd_filters_test))
109 $(call gb_CppunitTest_get_target,sd_filters_test) : $(call gb_AllLangResTarget_get_target,sd)
111 # vim: set noet sw=4 ts=4: