Prevent to get 0 font size in the auto-fitting algorithm
[LibreOffice.git] / framework / CppunitTest_framework_loadenv.mk
blob4f5f4b8e8337ee66f3d491c299cf4fb13d5be806
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,framework_loadenv))
12 $(eval $(call gb_CppunitTest_add_exception_objects,framework_loadenv, \
13 framework/qa/cppunit/loadenv \
16 $(eval $(call gb_CppunitTest_use_sdk_api,framework_loadenv))
18 $(eval $(call gb_CppunitTest_use_libraries,framework_loadenv, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 salhelper \
24 subsequenttest \
25 test \
26 unotest \
27 utl \
28 tl \
29 vcl \
32 $(eval $(call gb_CppunitTest_use_external,framework_loadenv,boost_headers))
34 $(eval $(call gb_CppunitTest_use_sdk_api,framework_loadenv))
36 $(eval $(call gb_CppunitTest_use_ure,framework_loadenv))
37 $(eval $(call gb_CppunitTest_use_vcl,framework_loadenv))
39 $(eval $(call gb_CppunitTest_use_rdb,framework_loadenv,services))
41 $(eval $(call gb_CppunitTest_use_configuration,framework_loadenv))
43 # vim: set noet sw=4 ts=4: