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
,drawinglayer_processors
))
12 $(eval
$(call gb_CppunitTest_use_api
,drawinglayer_processors
,\
17 $(eval
$(call gb_CppunitTest_use_libraries
,drawinglayer_processors
, \
32 $(eval
$(call gb_CppunitTest_use_externals
,drawinglayer_processors
,\
37 $(eval
$(call gb_CppunitTest_add_exception_objects
,drawinglayer_processors
, \
38 drawinglayer
/qa
/unit
/vclmetafileprocessor2d \
39 drawinglayer
/qa
/unit
/vclpixelprocessor2d \
42 $(eval
$(call gb_CppunitTest_use_ure
,drawinglayer_processors
))
44 $(eval
$(call gb_CppunitTest_use_vcl
,drawinglayer_processors
))
46 $(eval
$(call gb_CppunitTest_use_components
,drawinglayer_processors
,\
47 canvas
/source
/vcl
/vclcanvas \
48 canvas
/source
/factory
/canvasfactory \
49 configmgr
/source
/configmgr \
50 i18npool
/util
/i18npool \
51 ucb
/source
/core
/ucb1 \
52 ucb
/source
/ucp
/file
/ucpfile1 \
55 $(eval
$(call gb_CppunitTest_use_configuration
,drawinglayer_processors
))
57 # vim: set noet sw=4 ts=4: