Embind: Don't use new when getting UNO singletons
[LibreOffice.git] / sw / CppunitTest_sw_macros_test.mk
blob413d04a99cb2df808308052d70b31b018075d8af
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_macros_test))
14 $(eval $(call gb_CppunitTest_use_externals,sw_macros_test,\
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_macros_test))
21 $(eval $(call gb_CppunitTest_add_exception_objects,sw_macros_test, \
22 sw/qa/core/macros-test \
25 $(eval $(call gb_CppunitTest_use_libraries,sw_macros_test, \
26 basegfx \
27 comphelper \
28 cppu \
29 cppuhelper \
30 drawinglayer \
31 docmodel \
32 editeng \
33 for \
34 forui \
35 i18nlangtag \
36 msfilter \
37 oox \
38 sal \
39 salhelper \
40 sax \
41 sb \
42 sw \
43 sfx \
44 sot \
45 subsequenttest \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 test \
51 tl \
52 tk \
53 ucbhelper \
54 unotest \
55 utl \
56 $(call gb_Helper_optional,SCRIPTING, \
57 vbahelper) \
58 vcl \
59 xo \
62 $(eval $(call gb_CppunitTest_set_include,sw_macros_test,\
63 -I$(SRCDIR)/sw/inc \
64 $$(INCLUDE) \
67 $(eval $(call gb_CppunitTest_use_api,sw_macros_test,\
68 offapi \
69 oovbaapi \
70 udkapi \
73 $(eval $(call gb_CppunitTest_use_ure,sw_macros_test))
74 $(eval $(call gb_CppunitTest_use_vcl,sw_macros_test))
76 $(eval $(call gb_CppunitTest_use_rdb,sw_macros_test,services))
78 $(eval $(call gb_CppunitTest_use_configuration,sw_macros_test))
80 $(eval $(call gb_CppunitTest_add_arguments,sw_macros_test, \
81 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
84 # vim: set noet sw=4 ts=4: