tdf#156505 sw: reset view options after export as graphic
[LibreOffice.git] / sc / CppunitTest_sc_filters_test.mk
blob3dae5136e1e3962dc54aa66ea1e13b92b0423539
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_filters_test))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_filters_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_filters_test, \
15 sc/qa/unit/filters-test \
18 ifeq ($(DISABLE_CVE_TESTS),TRUE)
19 $(eval $(call gb_CppunitTest_add_defs,sc_filters_test,\
20 -DDISABLE_CVE_TESTS \
22 endif
24 $(eval $(call gb_CppunitTest_use_externals,sc_filters_test, \
25 boost_headers \
26 mdds_headers \
29 $(eval $(call gb_CppunitTest_use_libraries,sc_filters_test, \
30 basegfx \
31 comphelper \
32 cppu \
33 cppuhelper \
34 drawinglayer \
35 drawinglayercore \
36 editeng \
37 for \
38 forui \
39 i18nlangtag \
40 msfilter \
41 oox \
42 sal \
43 salhelper \
44 sax \
45 sc \
46 scfilt \
47 scqahelper \
48 sfx \
49 sot \
50 svl \
51 svt \
52 svx \
53 svxcore \
54 test \
55 tk \
56 tl \
57 ucbhelper \
58 unotest \
59 utl \
60 vcl \
61 xo \
64 $(eval $(call gb_CppunitTest_set_include,sc_filters_test,\
65 -I$(SRCDIR)/sc/source/ui/inc \
66 -I$(SRCDIR)/sc/inc \
67 $$(INCLUDE) \
70 $(eval $(call gb_CppunitTest_use_api,sc_filters_test,\
71 udkapi \
72 offapi \
73 oovbaapi \
76 $(eval $(call gb_CppunitTest_use_ure,sc_filters_test))
77 $(eval $(call gb_CppunitTest_use_vcl,sc_filters_test))
79 $(eval $(call gb_CppunitTest_use_components,sc_filters_test,\
80 basic/util/sb \
81 chart2/source/chartcore \
82 chart2/source/controller/chartcontroller \
83 comphelper/util/comphelp \
84 configmgr/source/configmgr \
85 connectivity/source/manager/sdbc2 \
86 dbaccess/util/dba \
87 embeddedobj/util/embobj \
88 emfio/emfio \
89 eventattacher/source/evtatt \
90 filter/source/config/cache/filterconfig1 \
91 filter/source/xmlfilteradaptor/xmlfa \
92 filter/source/xsltfilter/xsltfilter \
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 scaddins/source/analysis/analysis \
102 scaddins/source/datefunc/date \
103 sc/util/sc \
104 sc/util/scfilt \
105 sfx2/util/sfx \
106 sot/util/sot \
107 svl/util/svl \
108 svtools/util/svt \
109 svx/util/svx \
110 svx/util/svxcore \
111 toolkit/util/tk \
112 ucb/source/core/ucb1 \
113 ucb/source/ucp/file/ucpfile1 \
114 ucb/source/ucp/tdoc/ucptdoc1 \
115 unotools/util/utl \
116 unoxml/source/rdf/unordf \
117 unoxml/source/service/unoxml \
118 uui/util/uui \
119 vcl/vcl.common \
120 xmloff/util/xo \
121 xmlsecurity/util/xsec_xmlsec \
124 $(eval $(call gb_CppunitTest_use_configuration,sc_filters_test))
126 $(eval $(call gb_CppunitTest_add_arguments,sc_filters_test, \
127 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
130 # vim: set noet sw=4 ts=4: