crashtesting: "unknown cell text: element" assert for text:bookmark
[LibreOffice.git] / svtools / CppunitTest_svtools_graphic.mk
blob04e562e1669195e1f1f7ffce9e32c8e70b239e1c
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,svtools_graphic))
12 $(eval $(call gb_CppunitTest_use_externals,svtools_graphic,\
13 boost_headers \
14 libxml2 \
17 $(eval $(call gb_CppunitTest_use_api,svtools_graphic,\
18 udkapi \
19 offapi \
20 oovbaapi \
23 $(eval $(call gb_CppunitTest_use_ure,svtools_graphic))
25 $(eval $(call gb_CppunitTest_use_vcl,svtools_graphic))
27 $(eval $(call gb_CppunitTest_use_libraries,svtools_graphic, \
28 comphelper \
29 cppu \
30 cppuhelper \
31 tl \
32 sal \
33 svt \
34 sw \
35 test \
36 unotest \
37 vcl \
40 $(eval $(call gb_CppunitTest_set_include,svtools_graphic,\
41 -I$(SRCDIR)/sw/inc \
42 $$(INCLUDE) \
45 $(eval $(call gb_CppunitTest_use_custom_headers,svtools_graphic,\
46 officecfg/registry \
49 $(eval $(call gb_CppunitTest_use_configuration,svtools_graphic))
51 $(eval $(call gb_CppunitTest_use_rdb,svtools_graphic,services))
53 $(eval $(call gb_CppunitTest_add_exception_objects,svtools_graphic, \
54 svtools/qa/unit/GraphicObjectTest \
57 # vim: set noet sw=4 ts=4: