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_filters_test
))
12 $(eval
$(call gb_CppunitTest_use_common_precompiled_header
,sc_filters_test
))
14 $(eval
$(call gb_CppunitTest_add_exception_objects
,sc_filters_test
, \
15 sc
/qa
/unit
/filters-test \
18 ifeq ($(DISABLE_CVE_TESTS
),TRUE
)
19 $(eval
$(call gb_CppunitTest_add_defs
,sc_filters_test
,\
24 $(eval
$(call gb_CppunitTest_use_externals
,sc_filters_test
, \
29 $(eval
$(call gb_CppunitTest_use_libraries
,sc_filters_test
, \
63 $(eval
$(call gb_CppunitTest_set_include
,sc_filters_test
,\
64 -I
$(SRCDIR
)/sc
/source
/ui
/inc \
69 $(eval
$(call gb_CppunitTest_use_api
,sc_filters_test
,\
75 $(eval
$(call gb_CppunitTest_use_ure
,sc_filters_test
))
76 $(eval
$(call gb_CppunitTest_use_vcl
,sc_filters_test
))
78 $(eval
$(call gb_CppunitTest_use_components
,sc_filters_test
,\
80 chart2
/source
/chartcore \
81 chart2
/source
/controller
/chartcontroller \
82 comphelper
/util
/comphelp \
83 configmgr
/source
/configmgr \
84 connectivity
/source
/manager
/sdbc2 \
86 embeddedobj
/util
/embobj \
88 eventattacher
/source
/evtatt \
89 filter/source
/config
/cache
/filterconfig1 \
90 filter/source
/xmlfilteradaptor
/xmlfa \
91 filter/source
/xsltfilter
/xsltfilter \
94 i18npool
/util
/i18npool \
95 linguistic
/source
/lng \
97 package
/source
/xstor
/xstor \
98 package
/util
/package2 \
99 sax
/source
/expatwrap
/expwrap \
100 scaddins
/source
/analysis
/analysis \
101 scaddins
/source
/datefunc
/date \
111 ucb
/source
/core
/ucb1 \
112 ucb
/source
/ucp
/file
/ucpfile1 \
113 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
115 unoxml
/source
/rdf
/unordf \
116 unoxml
/source
/service
/unoxml \
122 $(eval
$(call gb_CppunitTest_use_configuration
,sc_filters_test
))
124 $(eval
$(call gb_CppunitTest_add_arguments
,sc_filters_test
, \
125 -env
:arg-env
=$(gb_Helper_LIBRARY_PATH_VAR
)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
128 # vim: set noet sw=4 ts=4: