summaryrefslogtreecommitdiff
path: root/cppcanvas/CppunitTest_cppcanvas_test.mk
blob: e6e7a39d3bae5f23d4633ca6c841715680fcb9f1 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# -*- 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,cppcanvas_test))

$(eval $(call gb_CppunitTest_add_exception_objects,cppcanvas_test, \
    cppcanvas/qa/unit/test \
))

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

$(eval $(call gb_CppunitTest_use_libraries,cppcanvas_test, \
	cppcanvas \
	basegfx \
	canvastools \
	comphelper \
	cppu \
	cppuhelper \
	i18nlangtag \
	sal \
	svt \
	test \
	tl \
	unotest \
	vcl \
))

$(eval $(call gb_CppunitTest_use_sdk_api,cppcanvas_test))

$(eval $(call gb_CppunitTest_use_ure,cppcanvas_test))
$(eval $(call gb_CppunitTest_use_vcl,cppcanvas_test))

$(eval $(call gb_CppunitTest_use_components,cppcanvas_test,\
	canvas/source/cairo/cairocanvas \
	canvas/source/factory/canvasfactory \
    configmgr/source/configmgr \
    i18npool/util/i18npool \
	linguistic/source/lng \
	package/util/package2 \
    sax/source/expatwrap/expwrap \
    ucb/source/core/ucb1 \
    unoxml/source/service/unoxml \
))

$(eval $(call gb_CppunitTest_use_configuration,cppcanvas_test))

# vim: set noet sw=4 ts=4:
amp;id=6484bf5f3f33a62670a29bf9a1f08bf62b64f145'>untaint registry dataCaolán McNamara 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-09-30registry: std::auto_ptr -> std::unique_ptrStephan Bergmann 2014-09-25coverity#705672 Resource leakCaolán McNamara 2014-09-17Translate German comments.Michael Meeks 2014-08-17convert int to boolThomas Arnhold 2014-07-18cid#705673 Resource leakNoel Grandin 2014-07-18cid#705674 and cid#705675 Resource leakNoel Grandin 2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara 2014-07-04coverity#1213422 Tainted ScalarNorbert Thiebaud 2014-07-01coverity#706020 Unintended sign extensionCaolán McNamara 2014-07-01clang scan-build: various warningsCaolán McNamara 2014-06-18coverity#706034 Unintended sign extensionCaolán McNamara 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin 2014-05-23coverity#707966 Uninitialized pointer fieldCaolán McNamara 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-05-10coverity#707966 Uninitialized pointer fieldCaolán McNamara 2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni 2014-04-28prefer makefile-gmake-modeTakeshi Abe 2014-04-25fdo#43157 : [API CHANGE] Remove OSL_THIS_FILEMichaël Lefèvre 2014-04-08fdo#43157 [API CHANGE] Remove deprecated _OSL_GLOBALMichaël Lefèvre 2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-19coverity#707966 Uninitialized pointer fieldCaolán McNamara 2014-02-27coverity#1187666 Mixing enum typesCaolán McNamara 2014-02-26Remove visual noise from registryAlexander Wilms 2014-02-17registry: sal_Bool -> boolStephan Bergmann 2014-01-28bool improvementsStephan Bergmann 2014-01-10simplifyStephan Bergmann 2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin 2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin