Use #REF! error in INDEX()
[LibreOffice.git] / svx / CppunitTest_svx_unit.mk
bloba46aa5b0d583ba8a38bcd7063ad7a6f1ecf98a88
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,svx_unit))
12 $(eval $(call gb_CppunitTest_use_externals,svx_unit,\
13 boost_headers \
14 libxml2 \
17 $(eval $(call gb_CppunitTest_use_sdk_api,svx_unit))
19 $(eval $(call gb_CppunitTest_set_include,svx_unit,\
20 -I$(SRCDIR)/svx/source/inc \
21 -I$(SRCDIR)/svx/inc \
22 $$(INCLUDE) \
25 $(eval $(call gb_CppunitTest_add_exception_objects,svx_unit, \
26 svx/qa/unit/svdraw/test_SdrTextObject \
27 svx/qa/unit/customshapes \
28 svx/qa/unit/classicshapes \
29 svx/qa/unit/sdr \
30 svx/qa/unit/svdraw \
31 svx/qa/unit/table \
32 svx/qa/unit/unodraw \
33 svx/qa/unit/xoutdev \
34 svx/qa/unit/xml \
35 svx/qa/unit/XTableImportExportTest \
36 svx/qa/unit/ThemeTest \
39 $(eval $(call gb_CppunitTest_use_libraries,svx_unit, \
40 basegfx \
41 docmodel \
42 drawinglayer \
43 drawinglayercore \
44 editeng \
45 sal \
46 subsequenttest \
47 sfx \
48 svl \
49 svxcore \
50 svx \
51 tl \
52 unotest \
53 vcl \
54 utl \
55 comphelper \
56 cppuhelper \
57 cppu \
58 test \
59 unotest \
62 $(eval $(call gb_CppunitTest_use_sdk_api,svx_unit))
63 $(eval $(call gb_CppunitTest_use_ure,svx_unit))
64 $(eval $(call gb_CppunitTest_use_vcl,svx_unit))
65 $(eval $(call gb_CppunitTest_use_rdb,svx_unit,services))
66 $(eval $(call gb_CppunitTest_use_configuration,svx_unit))
68 # vim: set noet sw=4 ts=4: