loplugin:redundantcast
[LibreOffice.git] / sd / CppunitTest_sd_theme_tests.mk
blobb5f70456dd92b974452dbf51f518573f632092f9
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,sd_theme_tests))
14 $(eval $(call gb_CppunitTest_use_externals,sd_theme_tests,\
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_theme_tests))
21 $(eval $(call gb_CppunitTest_add_exception_objects,sd_theme_tests, \
22 sd/qa/unit/ThemeTest \
25 $(eval $(call gb_CppunitTest_use_libraries,sd_theme_tests, \
26 basegfx \
27 comphelper \
28 cppu \
29 cppuhelper \
30 drawinglayer \
31 docmodel \
32 editeng \
33 for \
34 forui \
35 i18nlangtag \
36 sal \
37 salhelper \
38 sax \
39 sd \
40 sfx \
41 sot \
42 subsequenttest \
43 svl \
44 svt \
45 svx \
46 svxcore \
47 test \
48 tl \
49 tk \
50 ucbhelper \
51 unotest \
52 utl \
53 vcl \
54 xo \
57 $(eval $(call gb_CppunitTest_set_include,sd_theme_tests,\
58 -I$(SRCDIR)/sd/source/ui/inc \
59 -I$(SRCDIR)/sd/inc \
60 $$(INCLUDE) \
63 $(eval $(call gb_CppunitTest_use_sdk_api,sd_theme_tests))
64 $(eval $(call gb_CppunitTest_use_ure,sd_theme_tests))
65 $(eval $(call gb_CppunitTest_use_vcl,sd_theme_tests))
66 $(eval $(call gb_CppunitTest_use_rdb,sd_theme_tests,services))
68 $(eval $(call gb_CppunitTest_use_custom_headers,sd_theme_tests,\
69 officecfg/registry \
72 $(eval $(call gb_CppunitTest_use_configuration,sd_theme_tests))
74 $(eval $(call gb_CppunitTest_add_arguments,sd_theme_tests, \
75 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
78 # vim: set noet sw=4 ts=4: