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_database_functions_test
))
12 $(eval
$(call gb_CppunitTest_use_common_precompiled_header
,sc_database_functions_test
))
14 $(eval
$(call gb_CppunitTest_add_exception_objects
,sc_database_functions_test
, \
15 sc
/qa
/unit
/functions_database \
18 $(eval
$(call gb_CppunitTest_use_externals
,sc_database_functions_test
, \
23 $(eval
$(call gb_CppunitTest_use_libraries
,sc_database_functions_test
, \
57 $(eval
$(call gb_CppunitTest_set_include
,sc_database_functions_test
,\
58 -I
$(SRCDIR
)/sc
/source
/ui
/inc \
63 $(eval
$(call gb_CppunitTest_use_api
,sc_database_functions_test
,\
69 $(eval
$(call gb_CppunitTest_use_ure
,sc_database_functions_test
))
71 $(eval
$(call gb_CppunitTest_use_vcl
,sc_database_functions_test
))
73 $(eval
$(call gb_CppunitTest_use_components
,sc_database_functions_test
,\
75 chart2
/source
/chartcore \
76 chart2
/source
/controller
/chartcontroller \
77 comphelper
/util
/comphelp \
78 configmgr
/source
/configmgr \
79 connectivity
/source
/manager
/sdbc2 \
81 embeddedobj
/util
/embobj \
82 eventattacher
/source
/evtatt \
83 filter/source
/config
/cache
/filterconfig1 \
84 filter/source
/odfflatxml
/odfflatxml \
85 filter/source
/xmlfilteradaptor
/xmlfa \
88 i18npool
/util
/i18npool \
89 i18npool
/source
/search
/i18nsearch \
90 linguistic
/source
/lng \
92 package
/source
/xstor
/xstor \
93 package
/util
/package2 \
94 sax
/source
/expatwrap
/expwrap \
95 scaddins
/source
/analysis
/analysis \
96 scaddins
/source
/datefunc
/date \
106 ucb
/source
/core
/ucb1 \
107 ucb
/source
/ucp
/file
/ucpfile1 \
108 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
110 unoxml
/source
/rdf
/unordf \
111 unoxml
/source
/service
/unoxml \
115 xmlscript
/util
/xmlscript \
118 $(eval
$(call gb_CppunitTest_use_configuration
,sc_database_functions_test
))
120 # vim: set noet sw=4 ts=4: