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_dataprovider
))
12 $(eval
$(call gb_CppunitTest_use_common_precompiled_header
,sc_dataprovider
))
14 $(eval
$(call gb_CppunitTest_add_exception_objects
,sc_dataprovider
, \
15 sc
/qa
/unit
/dataproviders_test \
18 $(eval
$(call gb_CppunitTest_use_externals
,sc_dataprovider
, \
24 $(eval
$(call gb_CppunitTest_use_libraries
,sc_dataprovider
, \
61 $(eval
$(call gb_CppunitTest_set_include
,sc_dataprovider
,\
62 -I
$(SRCDIR
)/sc
/source
/ui
/inc \
64 -I
$(SRCDIR
)/sc
/source
/filter/inc \
68 $(eval
$(call gb_CppunitTest_use_custom_headers
,sc_dataprovider
,\
72 $(eval
$(call gb_CppunitTest_use_api
,sc_dataprovider
,\
78 $(eval
$(call gb_CppunitTest_use_ure
,sc_dataprovider
))
79 $(eval
$(call gb_CppunitTest_use_vcl
,sc_dataprovider
))
81 $(eval
$(call gb_CppunitTest_use_components
,sc_dataprovider
,\
83 chart2
/source
/chartcore \
84 chart2
/source
/controller
/chartcontroller \
85 comphelper
/util
/comphelp \
86 configmgr
/source
/configmgr \
87 connectivity
/source
/cpool
/dbpool2 \
88 $(if
$(ENABLE_JAVA
),connectivity
/source
/drivers
/hsqldb
/hsqldb
) \
89 connectivity
/source
/drivers
/dbase
/dbase \
90 $(if
$(ENABLE_FIREBIRD_SDBC
),connectivity
/source
/drivers
/firebird
/firebird_sdbc
) \
91 $(if
$(ENABLE_JAVA
),connectivity
/source
/drivers
/jdbc
/jdbc
) \
92 connectivity
/source
/manager
/sdbc2 \
93 dbaccess
/source
/filter/xml
/dbaxml \
96 embeddedobj
/util
/embobj \
97 eventattacher
/source
/evtatt \
98 filter/source
/config
/cache
/filterconfig1 \
101 i18npool
/source
/search
/i18nsearch \
102 i18npool
/util
/i18npool \
103 linguistic
/source
/lng \
104 extensions
/source
/logging
/log \
106 package
/source
/xstor
/xstor \
107 package
/util
/package2 \
108 sax
/source
/expatwrap
/expwrap \
109 scaddins
/source
/analysis
/analysis \
110 scaddins
/source
/datefunc
/date \
116 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 xmlsecurity
/util
/xmlsecurity \
131 $(eval
$(call gb_CppunitTest_use_externals
,sc_dataprovider
,\
140 $(eval
$(call gb_CppunitTest_use_configuration
,sc_dataprovider
))
142 # vim: set noet sw=4 ts=4: