tdf#156437: Fix missing name inside embedded Type 1 font in PDF
[LibreOffice.git] / sc / CppunitTest_sc_shapetest.mk
blob8d6c1299b781a30ca21ff7c98ac0c83f99c5ff1d
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,sc_shapetest))
14 $(eval $(call gb_CppunitTest_use_externals,sc_shapetest, \
15 boost_headers \
16 mdds_headers \
17 libxml2 \
20 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_shapetest))
22 $(eval $(call gb_CppunitTest_add_exception_objects,sc_shapetest, \
23 sc/qa/unit/scshapetest \
26 $(eval $(call gb_CppunitTest_use_libraries,sc_shapetest, \
27 cppu \
28 cppuhelper \
29 sal \
30 sc \
31 scqahelper \
32 sfx \
33 subsequenttest \
34 svl \
35 svx \
36 svxcore \
37 test \
38 tl \
39 unotest \
40 utl \
41 vcl \
44 $(eval $(call gb_CppunitTest_set_include,sc_shapetest,\
45 -I$(SRCDIR)/sc/source/ui/inc \
46 -I$(SRCDIR)/sc/inc \
47 $$(INCLUDE) \
50 $(eval $(call gb_CppunitTest_use_sdk_api,sc_shapetest))
52 $(eval $(call gb_CppunitTest_use_ure,sc_shapetest))
53 $(eval $(call gb_CppunitTest_use_vcl,sc_shapetest))
55 $(eval $(call gb_CppunitTest_use_rdb,sc_shapetest,services))
57 $(eval $(call gb_CppunitTest_use_configuration,sc_shapetest))
59 $(eval $(call gb_CppunitTest_add_arguments,sc_shapetest, \
60 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
63 # vim: set noet sw=4 ts=4: