summaryrefslogtreecommitdiff
path: root/basegfx/CppunitTest_basegfx.mk
blob: 472c6ff11049e9b50a2f0daf176199b8bfa8338c (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
# -*- 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,basegfx))

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

$(eval $(call gb_CppunitTest_use_sdk_api,basegfx))

$(eval $(call gb_CppunitTest_use_libraries,basegfx,\
    basegfx \
    comphelper \
    cppu \
    cppuhelper \
    sal \
))

$(eval $(call gb_CppunitTest_add_exception_objects,basegfx,\
    basegfx/test/basegfx2d \
    basegfx/test/SvgPathImportExport \
    basegfx/test/basegfx3d \
    basegfx/test/boxclipper \
    basegfx/test/basegfxtools \
    basegfx/test/clipstate \
    basegfx/test/genericclipper \
))

# vim: set noet sw=4 ts=4:
2cc8bff80a1'>convwatch: if a document fails to load, log that instead of failingMichael Stahl 2016-04-27convwatch: don't buffer stdout loggingMichael Stahl 2016-04-27convwatch: let's print some timestampsMichael Stahl 2015-03-29The --nofirststartwizard option is a no-opTor Lillqvist 2014-04-02convwatch.py: decode bytes before printingMichael Stahl 2014-04-02convwatch.py: fix handling of loadComponentFromURL returning nullMichael Stahl 2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks