bump product version to 7.6.3.2-android
[LibreOffice.git] / sw / CppunitTest_sw_filters_test.mk
blob5546dc7f2a3e06d8754b52af79d532a5dc21b155
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sw_filters_test))
14 $(eval $(call gb_CppunitTest_use_externals,sw_filters_test,\
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_filters_test))
21 $(eval $(call gb_CppunitTest_add_exception_objects,sw_filters_test, \
22 sw/qa/core/filters-test \
25 $(eval $(call gb_CppunitTest_use_libraries,sw_filters_test, \
26 sw \
27 sfx \
28 subsequenttest \
29 svl \
30 svt \
31 sot \
32 test \
33 tl \
34 ucbhelper \
35 unotest \
36 utl \
37 vcl \
38 i18nlangtag \
39 comphelper \
40 cppu \
41 cppuhelper \
42 sal \
45 $(eval $(call gb_CppunitTest_set_include,sw_filters_test,\
46 -I$(SRCDIR)/sw/inc \
47 $$(INCLUDE) \
50 $(eval $(call gb_CppunitTest_use_api,sw_filters_test,\
51 udkapi \
52 offapi \
53 oovbaapi \
56 $(eval $(call gb_CppunitTest_use_ure,sw_filters_test))
57 $(eval $(call gb_CppunitTest_use_vcl,sw_filters_test))
59 $(eval $(call gb_CppunitTest_use_rdb,sw_filters_test,services))
61 $(eval $(call gb_CppunitTest_use_configuration,sw_filters_test))
63 $(call gb_CppunitTest_get_target,sw_filters_test): \
64 $(call gb_Package_get_target,extras_tplwizdesktop)
66 # vim: set noet sw=4 ts=4: