Stop leaking all ScPostIt instances.
[LibreOffice.git] / sd / CppunitTest_sd_import_tests.mk
bloba0f2ad9e6220c3d88e09d2cd044e1dbff61c03e2
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_import_tests))
14 $(eval $(call gb_CppunitTest_use_external,sd_import_tests,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sd_import_tests, \
17 sd/qa/unit/import-tests \
20 $(eval $(call gb_CppunitTest_use_libraries,sd_import_tests, \
21 avmedia \
22 basegfx \
23 comphelper \
24 cppu \
25 cppuhelper \
26 drawinglayer \
27 editeng \
28 for \
29 forui \
30 i18nlangtag \
31 msfilter \
32 oox \
33 sal \
34 salhelper \
35 sax \
36 sd \
37 sfx \
38 sot \
39 svl \
40 svt \
41 svx \
42 svxcore \
43 test \
44 tl \
45 tk \
46 ucbhelper \
47 unotest \
48 utl \
49 vcl \
50 xo \
51 $(gb_UWINAPI) \
54 $(eval $(call gb_CppunitTest_set_include,sd_import_tests,\
55 -I$(SRCDIR)/sd/source/ui/inc \
56 -I$(SRCDIR)/sd/inc \
57 $$(INCLUDE) \
60 $(eval $(call gb_CppunitTest_use_api,sd_import_tests,\
61 offapi \
62 udkapi \
65 $(eval $(call gb_CppunitTest_use_ure,sd_import_tests))
67 $(eval $(call gb_CppunitTest_use_components,sd_import_tests,\
68 animations/source/animcore/animcore \
69 basic/util/sb \
70 chart2/source/chartcore \
71 chart2/source/controller/chartcontroller \
72 comphelper/util/comphelp \
73 configmgr/source/configmgr \
74 dbaccess/util/dba \
75 desktop/source/deployment/deployment \
76 embeddedobj/util/embobj \
77 filter/source/config/cache/filterconfig1 \
78 filter/source/svg/svgfilter \
79 forms/util/frm \
80 framework/util/fwk \
81 i18npool/util/i18npool \
82 linguistic/source/lng \
83 oox/util/oox \
84 package/source/xstor/xstor \
85 package/util/package2 \
86 sax/source/expatwrap/expwrap \
87 sax/source/fastparser/fastsax \
88 sd/util/sd \
89 sd/util/sdfilt \
90 sd/util/sdd \
91 sfx2/util/sfx \
92 sot/util/sot \
93 svl/source/fsstor/fsstorage \
94 svtools/util/svt \
95 toolkit/util/tk \
96 ucb/source/core/ucb1 \
97 ucb/source/ucp/expand/ucpexpand1 \
98 ucb/source/ucp/file/ucpfile1 \
99 ucb/source/ucp/package/ucppkg1 \
100 ucb/source/ucp/tdoc/ucptdoc1 \
101 unotools/util/utl \
102 unoxml/source/rdf/unordf \
103 unoxml/source/service/unoxml \
104 xmloff/util/xo \
105 xmlsecurity/util/xsec_fw \
106 xmlsecurity/util/xmlsecurity \
109 $(eval $(call gb_CppunitTest_use_configuration,sd_import_tests))
111 $(eval $(call gb_CppunitTest_use_unittest_configuration,sd_import_tests))
113 $(eval $(call gb_CppunitTest_add_arguments,sd_import_tests,\
114 "-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \
117 $(call gb_CppunitTest_get_target,sd_import_tests) : $(call gb_AllLangResTarget_get_target,sd)
119 # vim: set noet sw=4 ts=4: