1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
14 # Major Contributor(s):
15 # Copyright (C) 2011 Red Hat, Inc., Caolán McNamara <caolanm@redhat.com>
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval
$(call gb_CppunitTest_CppunitTest
,sc_chart_regression_test
))
30 $(eval
$(call gb_CppunitTest_add_exception_objects
,sc_chart_regression_test
, \
31 sc
/qa
/extras
/regression-test \
34 $(eval
$(call gb_CppunitTest_use_libraries
,sc_chart_regression_test
, \
71 $(eval
$(call gb_CppunitTest_set_include
,sc_chart_regression_test
,\
72 -I
$(SRCDIR
)/sc
/source
/ui
/inc \
77 $(eval
$(call gb_CppunitTest_use_api
,sc_chart_regression_test
,\
83 $(eval
$(call gb_CppunitTest_use_ure
,sc_chart_regression_test
))
85 $(eval
$(call gb_CppunitTest_use_components
,sc_chart_regression_test
,\
87 chart2
/source
/controller
/chartcontroller \
88 chart2
/source
/chartcore \
89 comphelper
/util
/comphelp \
90 configmgr
/source
/configmgr \
92 embeddedobj
/util
/embobj \
93 eventattacher
/source
/evtatt \
94 fileaccess
/source
/fileacc \
95 filter/source
/config
/cache
/filterconfig1 \
98 i18npool
/util
/i18npool \
100 package
/source
/xstor
/xstor \
101 package
/util
/package2 \
102 sax
/source
/expatwrap
/expwrap \
103 sax
/source
/fastparser
/fastsax \
107 $(if
$(filter TRUE
,$(DISABLE_SCRIPTING
)),, \
109 scaddins
/source
/analysis
/analysis \
110 scaddins
/source
/datefunc
/date \
111 scripting
/source
/basprov
/basprov \
112 scripting
/util
/scriptframe \
115 svl
/source
/fsstor
/fsstorage \
119 ucb
/source
/core
/ucb1 \
120 ucb
/source
/ucp
/file
/ucpfile1 \
121 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
123 unoxml
/source
/rdf
/unordf \
124 unoxml
/source
/service
/unoxml \
128 $(eval
$(call gb_CppunitTest_use_configuration
,sc_chart_regression_test
))
130 $(eval
$(call gb_CppunitTest_use_filter_configuration
,sc_chart_regression_test
))
132 $(eval
$(call gb_CppunitTest_use_unittest_configuration
,sc_chart_regression_test
))
134 $(eval
$(call gb_CppunitTest_use_external
,sc_chart_regression_test
,libxml2
))
136 # vim: set noet sw=4 ts=4: