workaround segfault in compiler on macos-clang-intel
[LibreOffice.git] / sw / CppunitTest_sw_odfexport.mk
blob0ba20a09326b9985054c603d286f1fcdaa9a5c6c
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_odfexport))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_odfexport))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_odfexport, \
17 sw/qa/extras/odfexport/odfexport \
20 $(eval $(call gb_CppunitTest_use_libraries,sw_odfexport, \
21 comphelper \
22 cppu \
23 cppuhelper \
24 docmodel \
25 sal \
26 sfx \
27 subsequenttest \
28 svl \
29 sw \
30 swqahelper \
31 test \
32 tl \
33 unotest \
34 utl \
35 vcl \
36 basegfx \
39 $(eval $(call gb_CppunitTest_use_externals,sw_odfexport,\
40 boost_headers \
41 libxml2 \
44 $(eval $(call gb_CppunitTest_set_include,sw_odfexport,\
45 -I$(SRCDIR)/sw/inc \
46 -I$(SRCDIR)/sw/source/core/inc \
47 -I$(SRCDIR)/sw/qa/inc \
48 $$(INCLUDE) \
51 $(eval $(call gb_CppunitTest_use_api,sw_odfexport,\
52 udkapi \
53 offapi \
54 oovbaapi \
57 $(eval $(call gb_CppunitTest_use_ure,sw_odfexport))
58 $(eval $(call gb_CppunitTest_use_vcl,sw_odfexport))
60 $(eval $(call gb_CppunitTest_use_rdb,sw_odfexport,services))
62 $(eval $(call gb_CppunitTest_use_custom_headers,sw_odfexport,\
63 officecfg/registry \
66 $(eval $(call gb_CppunitTest_use_configuration,sw_odfexport))
68 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_odfexport, \
69 modules/swriter \
70 svx \
73 $(eval $(call gb_CppunitTest_use_more_fonts,sw_odfexport))
75 $(eval $(call gb_CppunitTest_add_arguments,sw_odfexport, \
76 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
79 # vim: set noet sw=4 ts=4: