ucb: webdav-curl: add magic header to disable FBA in 403 fallback
[LibreOffice.git] / sw / CppunitTest_sw_filters_test.mk
blobc429145f595ac60578fe1b9424e21bba8cda0d71
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 svl \
29 svt \
30 sot \
31 test \
32 tl \
33 ucbhelper \
34 unotest \
35 utl \
36 vcl \
37 i18nlangtag \
38 comphelper \
39 cppu \
40 cppuhelper \
41 sal \
44 $(eval $(call gb_CppunitTest_set_include,sw_filters_test,\
45 -I$(SRCDIR)/sw/inc \
46 $$(INCLUDE) \
49 $(eval $(call gb_CppunitTest_use_api,sw_filters_test,\
50 udkapi \
51 offapi \
52 oovbaapi \
55 $(eval $(call gb_CppunitTest_use_ure,sw_filters_test))
56 $(eval $(call gb_CppunitTest_use_vcl,sw_filters_test))
58 $(eval $(call gb_CppunitTest_use_rdb,sw_filters_test,services))
60 $(eval $(call gb_CppunitTest_use_configuration,sw_filters_test))
62 $(call gb_CppunitTest_get_target,sw_filters_test): \
63 $(call gb_Package_get_target,extras_tplwizdesktop)
65 # vim: set noet sw=4 ts=4: