[cp] HACK: sleep before sign
[LibreOffice.git] / chart2 / export_setup.mk
blobb2bcf751111e334024ced2aa40562101c7de4325
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 # template for export tests
13 define chart2_export$(1)_test
15 $(eval $(call gb_CppunitTest_CppunitTest,chart2_export$(1)))
17 $(eval $(call gb_CppunitTest_use_externals,chart2_export$(1), \
18 boost_headers \
19 libxml2 \
22 $(eval $(call gb_CppunitTest_add_exception_objects,chart2_export$(1), \
23 chart2/qa/extras/chart2export$(1) \
26 $(eval $(call gb_CppunitTest_use_libraries,chart2_export$(1), \
27 $(call gb_Helper_optional,AVMEDIA,avmedia) \
28 basegfx \
29 comphelper \
30 cppu \
31 cppuhelper \
32 drawinglayer \
33 editeng \
34 for \
35 forui \
36 i18nlangtag \
37 msfilter \
38 oox \
39 sal \
40 salhelper \
41 sax \
42 sb \
43 sc \
44 sw \
45 sd \
46 sfx \
47 sot \
48 subsequenttest \
49 svl \
50 svt \
51 svx \
52 svxcore \
53 test \
54 tl \
55 tk \
56 ucbhelper \
57 unotest \
58 utl \
59 $(call gb_Helper_optional,SCRIPTING, \
60 vbahelper) \
61 vcl \
62 xo \
65 $(eval $(call gb_CppunitTest_set_include,chart2_export$(1),\
66 -I$(SRCDIR)/chart2/inc \
67 $$(INCLUDE) \
70 $(eval $(call gb_CppunitTest_use_sdk_api,chart2_export$(1)))
72 $(eval $(call gb_CppunitTest_use_ure,chart2_export$(1)))
73 $(eval $(call gb_CppunitTest_use_vcl,chart2_export$(1)))
75 $(eval $(call gb_CppunitTest_use_components,chart2_export$(1),\
76 basic/util/sb \
77 animations/source/animcore/animcore \
78 chart2/source/controller/chartcontroller \
79 chart2/source/chartcore \
80 comphelper/util/comphelp \
81 configmgr/source/configmgr \
82 dbaccess/util/dba \
83 embeddedobj/util/embobj \
84 emfio/emfio \
85 eventattacher/source/evtatt \
86 filter/source/config/cache/filterconfig1 \
87 filter/source/odfflatxml/odfflatxml \
88 filter/source/storagefilterdetect/storagefd \
89 filter/source/xmlfilteradaptor/xmlfa \
90 filter/source/xmlfilterdetect/xmlfd \
91 forms/util/frm \
92 framework/util/fwk \
93 i18npool/util/i18npool \
94 linguistic/source/lng \
95 oox/util/oox \
96 package/source/xstor/xstor \
97 package/util/package2 \
98 sax/source/expatwrap/expwrap \
99 sc/util/sc \
100 sc/util/scd \
101 sc/util/scfilt \
102 sw/util/sw \
103 sw/util/swd \
104 sw/util/msword \
105 sd/util/sd \
106 sd/util/sdd \
107 $(call gb_Helper_optional,SCRIPTING, \
108 sc/util/vbaobj) \
109 scaddins/source/analysis/analysis \
110 scaddins/source/datefunc/date \
111 scripting/source/basprov/basprov \
112 scripting/util/scriptframe \
113 sfx2/util/sfx \
114 sot/util/sot \
115 svl/source/fsstor/fsstorage \
116 svl/util/svl \
117 svtools/util/svt \
118 svx/util/svx \
119 svx/util/svxcore \
120 toolkit/util/tk \
121 vcl/vcl.common \
122 ucb/source/core/ucb1 \
123 ucb/source/ucp/file/ucpfile1 \
124 ucb/source/ucp/tdoc/ucptdoc1 \
125 unotools/util/utl \
126 unoxml/source/rdf/unordf \
127 unoxml/source/service/unoxml \
128 uui/util/uui \
129 writerfilter/util/writerfilter \
130 xmloff/util/xo \
131 xmlscript/util/xmlscript \
134 $(eval $(call gb_CppunitTest_use_uiconfigs,chart2_export$(1), \
135 modules/swriter \
138 $(eval $(call gb_CppunitTest_use_configuration,chart2_export$(1)))
140 $(call gb_CppunitTest_get_target,chart2_export$(1)): $(call gb_Package_get_target,postprocess_images)
142 $(eval $(call gb_CppunitTest_add_arguments,chart2_export$(1), \
143 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
146 endef
148 # vim: set noet sw=4 ts=4: