tdf#104310: Accept also x14-style dataValidations
[LibreOffice.git] / sd / CppunitTest_sd_misc_tests.mk
blobf432f3aed4f2d3940d7aab7a4de1a9dd0b64ce3e
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_misc_tests))
14 $(eval $(call gb_CppunitTest_use_externals,sd_misc_tests,\
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_add_exception_objects,sd_misc_tests, \
20 sd/qa/unit/misc-tests \
23 $(eval $(call gb_CppunitTest_use_libraries,sd_misc_tests, \
24 $(call gb_Helper_optional,AVMEDIA,avmedia) \
25 basegfx \
26 canvastools \
27 comphelper \
28 cppcanvas \
29 cppu \
30 cppuhelper \
31 drawinglayer \
32 editeng \
33 for \
34 forui \
35 i18nlangtag \
36 i18nutil \
37 msfilter \
38 oox \
39 sal \
40 salhelper \
41 sax \
42 sb \
43 sd \
44 sfx \
45 sot \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 test \
51 tl \
52 tk \
53 ucbhelper \
54 unotest \
55 utl \
56 vcl \
57 xo \
58 $(gb_UWINAPI) \
61 $(eval $(call gb_CppunitTest_set_include,sd_misc_tests,\
62 -I$(SRCDIR)/sd/inc \
63 -I$(SRCDIR)/sd/source/ui/inc \
64 -I$(SRCDIR)/sd/source/ui/slidesorter/inc \
65 $$(INCLUDE) \
68 $(eval $(call gb_CppunitTest_use_sdk_api,sd_misc_tests))
70 $(eval $(call gb_CppunitTest_use_externals,sd_misc_tests,\
71 boost_headers \
74 $(eval $(call gb_CppunitTest_use_ure,sd_misc_tests))
75 $(eval $(call gb_CppunitTest_use_vcl,sd_misc_tests))
77 $(eval $(call gb_CppunitTest_use_components,sd_misc_tests,\
78 animations/source/animcore/animcore \
79 basic/util/sb \
80 chart2/source/chartcore \
81 chart2/source/controller/chartcontroller \
82 comphelper/util/comphelp \
83 configmgr/source/configmgr \
84 dbaccess/util/dba \
85 desktop/source/deployment/deployment \
86 embeddedobj/util/embobj \
87 filter/source/config/cache/filterconfig1 \
88 filter/source/odfflatxml/odfflatxml \
89 filter/source/svg/svgfilter \
90 filter/source/xmlfilteradaptor/xmlfa \
91 filter/source/xmlfilterdetect/xmlfd \
92 forms/util/frm \
93 framework/util/fwk \
94 i18npool/util/i18npool \
95 linguistic/source/lng \
96 oox/util/oox \
97 package/source/xstor/xstor \
98 package/util/package2 \
99 sax/source/expatwrap/expwrap \
100 sd/util/sd \
101 sd/util/sdfilt \
102 sd/util/sdd \
103 sfx2/util/sfx \
104 sot/util/sot \
105 svl/source/fsstor/fsstorage \
106 svtools/util/svt \
107 toolkit/util/tk \
108 ucb/source/core/ucb1 \
109 ucb/source/ucp/expand/ucpexpand1 \
110 ucb/source/ucp/file/ucpfile1 \
111 ucb/source/ucp/package/ucppkg1 \
112 ucb/source/ucp/tdoc/ucptdoc1 \
113 unotools/util/utl \
114 unoxml/source/rdf/unordf \
115 unoxml/source/service/unoxml \
116 uui/util/uui \
117 xmloff/util/xo \
118 xmlsecurity/util/xsec_fw \
119 xmlsecurity/util/xmlsecurity \
122 $(eval $(call gb_CppunitTest_use_configuration,sd_misc_tests))
124 $(call gb_CppunitTest_get_target,sd_misc_tests) : $(call gb_AllLangResTarget_get_target,sd)
126 # vim: set noet sw=4 ts=4: