sc: copy cache values when clone color conditional format
[LibreOffice.git] / sd / CppunitTest_sd_misc_tests.mk
blobce1e0dd86e2f08fb2d274a2de5761754231e54b3
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_use_common_precompiled_header,sd_misc_tests))
21 $(eval $(call gb_CppunitTest_add_exception_objects,sd_misc_tests, \
22 sd/qa/unit/misc-tests \
25 $(eval $(call gb_CppunitTest_use_libraries,sd_misc_tests, \
26 $(call gb_Helper_optional,AVMEDIA,avmedia) \
27 basegfx \
28 canvastools \
29 comphelper \
30 cppcanvas \
31 cppu \
32 cppuhelper \
33 drawinglayer \
34 editeng \
35 for \
36 forui \
37 i18nlangtag \
38 i18nutil \
39 msfilter \
40 oox \
41 sal \
42 salhelper \
43 sax \
44 sb \
45 sd \
46 sfx \
47 sot \
48 svl \
49 svt \
50 svx \
51 svxcore \
52 test \
53 tl \
54 tk \
55 ucbhelper \
56 unotest \
57 utl \
58 vcl \
59 xo \
62 $(eval $(call gb_CppunitTest_set_include,sd_misc_tests,\
63 -I$(SRCDIR)/sd/inc \
64 -I$(SRCDIR)/sd/source/ui/inc \
65 -I$(SRCDIR)/sd/source/ui/slidesorter/inc \
66 $$(INCLUDE) \
69 $(eval $(call gb_CppunitTest_use_sdk_api,sd_misc_tests))
71 $(eval $(call gb_CppunitTest_use_externals,sd_misc_tests,\
72 boost_headers \
75 $(eval $(call gb_CppunitTest_use_ure,sd_misc_tests))
76 $(eval $(call gb_CppunitTest_use_vcl,sd_misc_tests))
78 $(eval $(call gb_CppunitTest_use_components,sd_misc_tests,\
79 animations/source/animcore/animcore \
80 basic/util/sb \
81 chart2/source/chartcore \
82 chart2/source/controller/chartcontroller \
83 comphelper/util/comphelp \
84 configmgr/source/configmgr \
85 dbaccess/util/dba \
86 desktop/source/deployment/deployment \
87 embeddedobj/util/embobj \
88 filter/source/config/cache/filterconfig1 \
89 filter/source/odfflatxml/odfflatxml \
90 filter/source/svg/svgfilter \
91 filter/source/xmlfilteradaptor/xmlfa \
92 filter/source/xmlfilterdetect/xmlfd \
93 forms/util/frm \
94 framework/util/fwk \
95 i18npool/util/i18npool \
96 linguistic/source/lng \
97 oox/util/oox \
98 package/source/xstor/xstor \
99 package/util/package2 \
100 sax/source/expatwrap/expwrap \
101 sd/util/sd \
102 sd/util/sdfilt \
103 sd/util/sdd \
104 sfx2/util/sfx \
105 sot/util/sot \
106 svl/source/fsstor/fsstorage \
107 svtools/util/svt \
108 toolkit/util/tk \
109 ucb/source/core/ucb1 \
110 ucb/source/ucp/expand/ucpexpand1 \
111 ucb/source/ucp/file/ucpfile1 \
112 ucb/source/ucp/package/ucppkg1 \
113 ucb/source/ucp/tdoc/ucptdoc1 \
114 unotools/util/utl \
115 unoxml/source/rdf/unordf \
116 unoxml/source/service/unoxml \
117 uui/util/uui \
118 vcl/vcl.common \
119 xmloff/util/xo \
120 xmlsecurity/util/xmlsecurity \
123 $(eval $(call gb_CppunitTest_use_custom_headers,sd_misc_tests,\
124 officecfg/registry \
127 $(eval $(call gb_CppunitTest_use_configuration,sd_misc_tests))
129 $(call gb_CppunitTest_get_target,sd_misc_tests): $(call gb_Package_get_target,postprocess_images)
131 $(eval $(call gb_CppunitTest_add_arguments,sd_misc_tests, \
132 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
135 # vim: set noet sw=4 ts=4: