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 import tests
13 define chart2_import
$(1)_test
15 $(eval
$(call gb_CppunitTest_CppunitTest
,chart2_import
$(1)))
17 $(eval
$(call gb_CppunitTest_use_externals
,chart2_import
$(1), \
22 $(eval
$(call gb_CppunitTest_add_exception_objects
,chart2_import
$(1), \
23 chart2
/qa
/extras
/chart2import
$(1) \
26 $(eval
$(call gb_CppunitTest_use_libraries
,chart2_import
$(1), \
27 $(call gb_Helper_optional
,AVMEDIA
,avmedia
) \
60 $(call gb_Helper_optional
,SCRIPTING
, \
66 $(eval
$(call gb_CppunitTest_set_include
,chart2_import
$(1),\
67 -I
$(SRCDIR
)/chart2
/inc \
71 $(eval
$(call gb_CppunitTest_use_sdk_api
,chart2_import
$(1)))
73 $(eval
$(call gb_CppunitTest_use_ure
,chart2_import
$(1)))
74 $(eval
$(call gb_CppunitTest_use_vcl
,chart2_import
$(1)))
76 $(eval
$(call gb_CppunitTest_use_components
,chart2_import
$(1),\
78 animations
/source
/animcore
/animcore \
79 chart2
/source
/controller
/chartcontroller \
80 chart2
/source
/chartcore \
81 comphelper
/util
/comphelp \
82 configmgr
/source
/configmgr \
84 embeddedobj
/util
/embobj \
86 eventattacher
/source
/evtatt \
87 filter/source
/config
/cache
/filterconfig1 \
88 filter/source
/odfflatxml
/odfflatxml \
89 filter/source
/storagefilterdetect
/storagefd \
90 filter/source
/xmlfilteradaptor
/xmlfa \
91 filter/source
/xmlfilterdetect
/xmlfd \
94 i18npool
/util
/i18npool \
95 linguistic
/source
/lng \
97 package
/source
/xstor
/xstor \
98 package
/util
/package2 \
99 sax
/source
/expatwrap
/expwrap \
108 $(call gb_Helper_optional
,SCRIPTING
, \
110 scaddins
/source
/analysis
/analysis \
111 scaddins
/source
/datefunc
/date \
112 scripting
/source
/basprov
/basprov \
113 scripting
/util
/scriptframe \
116 svl
/source
/fsstor
/fsstorage \
123 ucb
/source
/core
/ucb1 \
124 ucb
/source
/ucp
/file
/ucpfile1 \
125 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
127 unoxml
/source
/rdf
/unordf \
128 unoxml
/source
/service
/unoxml \
130 writerfilter
/util
/writerfilter \
132 xmlscript
/util
/xmlscript \
135 $(eval
$(call gb_CppunitTest_use_uiconfigs
,chart2_import
$(1), \
139 $(eval
$(call gb_CppunitTest_use_configuration
,chart2_import
$(1)))
141 $(call gb_CppunitTest_get_target
,chart2_import
$(1)): $(call gb_Package_get_target
,postprocess_images
)
145 # vim: set noet sw=4 ts=4: