Prevent to get 0 font size in the auto-fitting algorithm
[LibreOffice.git] / stoc / CppunitTest_stoc_dump.mk
blob98f5fe7f8dc3dac3fc233adadbe3c65a1b2e6b44
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
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,stoc_dump))
12 $(eval $(call gb_CppunitTest_add_exception_objects,stoc_dump, \
13 stoc/test/dump \
16 $(eval $(call gb_CppunitTest_use_internal_api,stoc_dump, \
17 cppu_qa_cppumaker_types \
20 $(eval $(call gb_CppunitTest_use_libraries,stoc_dump, \
21 cppu \
22 cppuhelper \
23 sal \
26 $(eval $(call gb_CppunitTest_use_udk_api,stoc_dump))
28 $(eval $(call gb_CppunitTest_use_ure,stoc_dump))
30 $(call gb_CppunitTest_get_target,stoc_dump): \
31 UNO_TYPES += $(call gb_UnoApiTarget_get_target,cppu_qa_cppumaker_types)
33 # vim: set noet sw=4 ts=4: