Typo: elemet->element
[LibreOffice.git] / filter / CppunitTest_filter_xslt.mk
blob123149020eb7f5014c2f0a739e82d9e96e8690a1
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,filter_xslt))
12 $(eval $(call gb_CppunitTest_use_sdk_api,filter_xslt))
13 $(eval $(call gb_CppunitTest_use_ure,filter_xslt))
14 $(eval $(call gb_CppunitTest_use_vcl,filter_xslt))
16 $(eval $(call gb_CppunitTest_use_configuration,filter_xslt))
18 $(eval $(call gb_CppunitTest_use_external,filter_xslt,boost_headers))
20 $(eval $(call gb_CppunitTest_use_libraries,filter_xslt, \
21 comphelper \
22 test \
23 unotest \
24 cppuhelper \
25 cppu \
26 sal \
27 $(gb_UWINAPI) \
30 $(eval $(call gb_CppunitTest_use_components,filter_xslt,\
31 configmgr/source/configmgr \
32 filter/source/xsltfilter/xsltfilter \
33 i18npool/util/i18npool \
34 ucb/source/core/ucb1 \
35 ucb/source/ucp/file/ucpfile1 \
38 $(eval $(call gb_CppunitTest_add_exception_objects,filter_xslt, \
39 filter/qa/cppunit/xslt-test \
42 # vim: set noet sw=4 ts=4: