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
,chart2_export
))
14 $(eval
$(call gb_CppunitTest_use_external
,chart2_export
,boost_headers
))
16 $(eval
$(call gb_CppunitTest_add_exception_objects
,chart2_export
, \
17 chart2
/qa
/extras
/chart2export \
20 $(eval
$(call gb_CppunitTest_use_libraries
,chart2_export
, \
57 $(eval
$(call gb_CppunitTest_set_include
,chart2_export
,\
61 $(eval
$(call gb_CppunitTest_use_api
,chart2_export
,\
66 $(eval
$(call gb_CppunitTest_use_ure
,chart2_export
))
68 $(eval
$(call gb_CppunitTest_use_components
,chart2_export
,\
70 chart2
/source
/controller
/chartcontroller \
71 chart2
/source
/chartcore \
72 comphelper
/util
/comphelp \
73 configmgr
/source
/configmgr \
75 embeddedobj
/util
/embobj \
76 eventattacher
/source
/evtatt \
77 fileaccess
/source
/fileacc \
78 filter/source
/config
/cache
/filterconfig1 \
81 i18npool
/util
/i18npool \
82 linguistic
/source
/lng \
84 package
/source
/xstor
/xstor \
85 package
/util
/package2 \
86 sax
/source
/expatwrap
/expwrap \
87 sax
/source
/fastparser
/fastsax \
91 $(if
$(filter TRUE
,$(DISABLE_SCRIPTING
)),, \
93 scaddins
/source
/analysis
/analysis \
94 scaddins
/source
/datefunc
/date \
95 scripting
/source
/basprov
/basprov \
96 scripting
/util
/scriptframe \
99 svl
/source
/fsstor
/fsstorage \
104 ucb
/source
/core
/ucb1 \
105 ucb
/source
/ucp
/file
/ucpfile1 \
106 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
108 unoxml
/source
/rdf
/unordf \
109 unoxml
/source
/service
/unoxml \
113 $(eval
$(call gb_CppunitTest_use_configuration
,chart2_export
))
115 $(eval
$(call gb_CppunitTest_use_filter_configuration
,chart2_export
))
117 $(eval
$(call gb_CppunitTest_use_unittest_configuration
,chart2_export
))
119 # vim: set noet sw=4 ts=4: