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_textfilterdetect
))
12 $(eval
$(call gb_CppunitTest_use_api
,filter_textfilterdetect
,\
17 $(eval
$(call gb_CppunitTest_use_libraries
,filter_textfilterdetect
, \
29 $(eval
$(call gb_CppunitTest_add_exception_objects
,filter_textfilterdetect
, \
30 filter/qa
/unit
/textfilterdetect \
33 $(eval
$(call gb_CppunitTest_use_ure
,filter_textfilterdetect
))
35 $(eval
$(call gb_CppunitTest_use_vcl
,filter_textfilterdetect
))
37 $(eval
$(call gb_CppunitTest_use_components
,filter_textfilterdetect
,\
38 configmgr
/source
/configmgr \
39 filter/source
/textfilterdetect
/textfd \
40 ucb
/source
/core
/ucb1 \
41 ucb
/source
/ucp
/file
/ucpfile1 \
44 $(eval
$(call gb_CppunitTest_use_configuration
,filter_textfilterdetect
))
46 # vim: set noet sw=4 ts=4: