tdf#137446: sc: Add UItest
[LibreOffice.git] / sw / CppunitTest_sw_dialogs_test.mk
blob6b9262858e2eec3b0df0db5223e412b80b130f3b
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_test))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_dialogs_test))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_dialogs_test, \
17 sw/qa/unit/sw-dialogs-test \
20 $(eval $(call gb_CppunitTest_use_sdk_api,sw_dialogs_test))
22 $(eval $(call gb_CppunitTest_set_include,sw_dialogs_test,\
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_test, \
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_test,boost_headers))
63 $(eval $(call gb_CppunitTest_use_sdk_api,sw_dialogs_test))
65 $(eval $(call gb_CppunitTest_use_ure,sw_dialogs_test))
66 $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,sw_dialogs_test))
68 $(eval $(call gb_CppunitTest_use_rdb,sw_dialogs_test,services))
70 $(eval $(call gb_CppunitTest_use_configuration,sw_dialogs_test))
72 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_dialogs_test,\
73 modules/swriter \
76 $(eval $(call gb_CppunitTest_use_packages,sw_dialogs_test,\
77 extras_palettes \
80 # vim: set noet sw=4 ts=4: