Revert "tdf#127471 Remove font width scaling hack"
[LibreOffice.git] / postprocess / CppunitTest_services.mk
blobcd02461fb9a48420fd5bf5895506d5ddc14cb53e
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,services))
12 $(eval $(call gb_CppunitTest_add_exception_objects,services, \
13 postprocess/qa/services \
16 $(eval $(call gb_CppunitTest_use_externals,services, \
17 boost_headers \
20 $(eval $(call gb_CppunitTest_use_libraries,services, \
21 comphelper \
22 cppu \
23 cppuhelper \
24 sal \
25 test \
26 unotest \
27 vcl \
30 $(eval $(call gb_CppunitTest_use_sdk_api,services))
31 $(eval $(call gb_CppunitTest_use_api,services,oovbaapi))
33 $(eval $(call gb_CppunitTest_use_ure,services))
34 $(eval $(call gb_CppunitTest_use_vcl,services))
36 $(eval $(call gb_CppunitTest_use_rdb,services,services))
37 ifneq ($(DISABLE_PYTHON),TRUE)
38 $(eval $(call gb_CppunitTest_use_python_ure,services))
40 $(eval $(call gb_CppunitTest_use_rdb,services,pyuno))
42 $(eval $(call gb_CppunitTest_use_packages,services, \
43 pyuno_pythonloader_ini \
46 $(call gb_CppunitTest_get_target,services): $(call gb_Pyuno_get_target,commonwizards)
47 endif
49 $(eval $(call gb_CppunitTest_use_configuration,services))
51 ifeq ($(ENABLE_JAVA),TRUE)
52 $(eval $(call gb_CppunitTest_use_jars,services,\
53 ScriptProviderForJava \
54 smoketest \
56 endif
58 $(eval $(call gb_CppunitTest_use_packages,services,\
59 autotextshare_en-US \
60 instsetoo_native_setup \
63 # vim: set noet sw=4 ts=4: