win/aarch64: fix offset loading simple values into the registers
[LibreOffice.git] / sw / CppunitTest_sw_mailmerge2.mk
blobf7a376b09eac4cfc616a7edb32c7b8a96e8713b0
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,sw_mailmerge2))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_mailmerge2))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sw_mailmerge2, \
15 sw/qa/extras/mailmerge/mailmerge2 \
18 $(eval $(call gb_CppunitTest_use_libraries,sw_mailmerge2, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 sfx \
24 subsequenttest \
25 svl \
26 sw \
27 swqahelper \
28 test \
29 tl \
30 unotest \
31 utl \
32 vcl \
35 $(eval $(call gb_CppunitTest_use_externals,sw_mailmerge2, \
36 boost_headers \
37 libxml2 \
40 $(eval $(call gb_CppunitTest_use_api,sw_mailmerge2,\
41 udkapi \
42 offapi \
43 oovbaapi \
46 $(eval $(call gb_CppunitTest_use_rdb,sw_mailmerge2,services))
48 $(eval $(call gb_CppunitTest_use_configuration,sw_mailmerge2))
49 $(eval $(call gb_CppunitTest_use_ure,sw_mailmerge2))
50 $(eval $(call gb_CppunitTest_use_vcl,sw_mailmerge2))
52 $(eval $(call gb_CppunitTest_set_include,sw_mailmerge2,\
53 -I$(SRCDIR)/sw/inc \
54 -I$(SRCDIR)/sw/source/core/inc \
55 -I$(SRCDIR)/sw/qa/inc \
56 -I$(SRCDIR)/sw/source/uibase/inc \
57 $$(INCLUDE) \
60 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_mailmerge2,\
61 modules/swriter \
64 # vim: set noet sw=4 ts=4: