win/aarch64: fix offset loading simple values into the registers
[LibreOffice.git] / sw / CppunitTest_sw_dialogs_test_2.mk
blob782e614c50afa484351478297e650786dc4d53d6
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_CppunitScreenShot,sw_dialogs_test2))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_dialogs_test2))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_dialogs_test2, \
17 sw/qa/unit/sw-dialogs-test_2 \
20 $(eval $(call gb_CppunitTest_use_sdk_api,sw_dialogs_test2))
22 $(eval $(call gb_CppunitTest_set_include,sw_dialogs_test2,\
23 -I$(SRCDIR)/sw/source/ui/inc \
24 -I$(SRCDIR)/sw/inc \
25 -I$(SRCDIR)/sw/source/uibase/inc \
26 $$(INCLUDE) \
29 $(eval $(call gb_CppunitTest_use_libraries,sw_dialogs_test2, \
30 basegfx \
31 comphelper \
32 cppu \
33 cppuhelper \
34 drawinglayer \
35 editeng \
36 i18nlangtag \
37 i18nutil \
38 msfilter \
39 oox \
40 sal \
41 salhelper \
42 sax \
43 sw \
44 swui \
45 sfx \
46 sot \
47 svl \
48 svt \
49 svx \
50 svxcore \
51 test \
52 tl \
53 tk \
54 ucbhelper \
55 unotest \
56 utl \
57 vcl \
58 xo \
61 $(eval $(call gb_CppunitTest_use_external,sw_dialogs_test2,boost_headers))
63 $(eval $(call gb_CppunitTest_use_sdk_api,sw_dialogs_test2))
65 $(eval $(call gb_CppunitTest_use_ure,sw_dialogs_test2))
66 $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,sw_dialogs_test2))
68 $(eval $(call gb_CppunitTest_use_rdb,sw_dialogs_test2,services))
70 # $(eval $(call gb_CppunitTest_use_configuration,sw_dialogs_test2))
71 $(eval $(call gb_CppunitTest_use_instdir_configuration,sw_dialogs_test2))
73 # vim: set noet sw=4 ts=4: