Use AutoTimer for SystemDependentDataBuffer
[LibreOffice.git] / sc / CppunitTest_sc_subsequent_export_test.mk
blob01bd5e0779796d857d7d1a3a7e571f0d1661fd6c
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,sc_subsequent_export_test))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sc_subsequent_export_test, \
13 sc/qa/unit/subsequent_export-test \
16 $(eval $(call gb_CppunitTest_use_externals,sc_subsequent_export_test, \
17 boost_headers \
18 mdds_headers \
19 libxml2 \
22 $(eval $(call gb_CppunitTest_use_libraries,sc_subsequent_export_test, \
23 basegfx \
24 comphelper \
25 cppu \
26 cppuhelper \
27 drawinglayer \
28 editeng \
29 for \
30 forui \
31 i18nlangtag \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sc \
38 scqahelper \
39 sfx \
40 sot \
41 svl \
42 svt \
43 svx \
44 svxcore \
45 test \
46 tk \
47 tl \
48 ucbhelper \
49 unotest \
50 utl \
51 vcl \
52 xo \
55 $(eval $(call gb_CppunitTest_set_include,sc_subsequent_export_test,\
56 -I$(SRCDIR)/sc/source/ui/inc \
57 -I$(SRCDIR)/sc/inc \
58 $$(INCLUDE) \
61 $(eval $(call gb_CppunitTest_use_api,sc_subsequent_export_test,\
62 udkapi \
63 offapi \
64 oovbaapi \
67 $(eval $(call gb_CppunitTest_use_ure,sc_subsequent_export_test))
68 $(eval $(call gb_CppunitTest_use_vcl,sc_subsequent_export_test))
70 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_export_test,\
71 chart2/source/chartcore \
72 chart2/source/controller/chartcontroller \
73 comphelper/util/comphelp \
74 configmgr/source/configmgr \
75 dbaccess/util/dba \
76 embeddedobj/util/embobj \
77 eventattacher/source/evtatt \
78 filter/source/config/cache/filterconfig1 \
79 filter/source/odfflatxml/odfflatxml \
80 filter/source/xmlfilteradaptor/xmlfa \
81 forms/util/frm \
82 framework/util/fwk \
83 i18npool/source/search/i18nsearch \
84 i18npool/util/i18npool \
85 linguistic/source/lng \
86 oox/util/oox \
87 package/source/xstor/xstor \
88 package/util/package2 \
89 sax/source/expatwrap/expwrap \
90 scaddins/source/analysis/analysis \
91 scaddins/source/datefunc/date \
92 sc/util/sc \
93 sc/util/scfilt \
94 sfx2/util/sfx \
95 sot/util/sot \
96 svl/util/svl \
97 svtools/util/svt \
98 toolkit/util/tk \
99 ucb/source/core/ucb1 \
100 ucb/source/ucp/file/ucpfile1 \
101 ucb/source/ucp/tdoc/ucptdoc1 \
102 unotools/util/utl \
103 unoxml/source/rdf/unordf \
104 unoxml/source/service/unoxml \
105 uui/util/uui \
106 vcl/vcl.common \
107 xmloff/util/xo \
108 xmlsecurity/util/xmlsecurity \
109 emfio/emfio \
112 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_export_test,\
113 xmlsecurity/util/xsec_xmlsec \
116 $(eval $(call gb_CppunitTest_use_custom_headers,sc_subsequent_export_test,\
117 officecfg/registry \
120 $(eval $(call gb_CppunitTest_use_configuration,sc_subsequent_export_test))
122 $(eval $(call gb_CppunitTest_use_packages,sc_subsequent_export_test, \
123 oox_generated \
126 $(eval $(call gb_CppunitTest_use_more_fonts,subsequent_export_test))
128 # vim: set noet sw=4 ts=4: