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_rangelst_test
))
12 $(eval
$(call gb_CppunitTest_use_externals
,sc_rangelst_test
, \
23 $(eval
$(call gb_CppunitTest_add_exception_objects
,sc_rangelst_test
, \
24 sc
/qa
/unit
/rangelst_test \
27 $(eval
$(call gb_CppunitTest_use_library_objects
,sc_rangelst_test
, \
31 $(eval
$(call gb_CppunitTest_use_libraries
,sc_rangelst_test
, \
66 $(eval
$(call gb_CppunitTest_set_include
,sc_rangelst_test
,\
67 -I
$(SRCDIR
)/sc
/source
/ui
/inc \
72 $(eval
$(call gb_CppunitTest_use_api
,sc_rangelst_test
,\
78 $(eval
$(call gb_CppunitTest_use_ure
,sc_rangelst_test
))
79 $(eval
$(call gb_CppunitTest_use_vcl
,sc_rangelst_test
))
81 $(eval
$(call gb_CppunitTest_use_components
,sc_rangelst_test
,\
83 chart2
/source
/chartcore \
84 chart2
/source
/controller
/chartcontroller \
85 comphelper
/util
/comphelp \
86 configmgr
/source
/configmgr \
88 embeddedobj
/util
/embobj \
89 eventattacher
/source
/evtatt \
90 filter/source
/config
/cache
/filterconfig1 \
93 i18npool
/util
/i18npool \
95 package
/source
/xstor
/xstor \
96 package
/util
/package2 \
97 sax
/source
/expatwrap
/expwrap \
98 scaddins
/source
/analysis
/analysis \
99 scaddins
/source
/datefunc
/date \
100 scripting
/source
/basprov
/basprov \
101 scripting
/util
/scriptframe \
105 $(call gb_Helper_optional
,SCRIPTING
, \
109 svl
/source
/fsstor
/fsstorage \
114 ucb
/source
/core
/ucb1 \
115 ucb
/source
/ucp
/file
/ucpfile1 \
116 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
118 unoxml
/source
/rdf
/unordf \
119 unoxml
/source
/service
/unoxml \
123 $(eval
$(call gb_CppunitTest_use_configuration
,sc_rangelst_test
))
125 # vim: set noet sw=4 ts=4: