summaryrefslogtreecommitdiff
path: root/unotools/CppunitTest_unotools_fontdefs.mk
blob: 38e51b03bed44a1b202e30a8ac460ad305252fa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_CppunitTest_CppunitTest,unotools_fontdefs))

$(eval $(call gb_CppunitTest_use_external,unotools_fontdefs,boost_headers))

$(eval $(call gb_CppunitTest_use_sdk_api,unotools_fontdefs))

$(eval $(call gb_CppunitTest_add_exception_objects,unotools_fontdefs, \
    unotools/qa/unit/testGetEnglishSearchName \
))

$(eval $(call gb_CppunitTest_use_libraries,unotools_fontdefs, \
	comphelper \
	cppu \
	cppuhelper \
	tl \
	sal \
	svt \
	utl \
    $(gb_UWINAPI) \
))

# vim: set noet sw=4 ts=4:
ea4ebe3a61ba0c9b3abd844fd9'>Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann 2018-10-01Add loplugin:includeform documentationStephan Bergmann 2018-07-12Say VS2017 here, tooTor Lillqvist 2018-06-07Bump iOS SDK version to the current one, 11.4Tor Lillqvist 2018-04-01iOS, bump versionsjan Iversen 2018-02-11Updated links in readme files (https etc.)Ilmari Lauhakangas 2017-12-30iOS, bump version to 11.2jan Iversen 2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann 2017-12-19Document that Clang 3.4.2 is known to be too oldStephan Bergmann 2017-11-13iOS, update to version 11.1jan Iversen 2017-11-08README.md: markdown use 4 spaces for list indentationKorrawit Pruegsanusak 2017-11-03loplugin:includeform: document the requirementsMike Kaganski 2017-10-27iOS update to 11.0jan Iversen 2017-10-08iOS, update app to swift 4jan Iversen 2017-10-04iOS, updated README.mdjan Iversen 2017-10-03Update OSX SDK checkingNoel Grandin 2017-09-08Document baselinesJan-Marek Glogowski