Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / vcl / CppunitTest_vcl_filters_test.mk
blob8cce39f1a43690da1730b094ff86fc1ac704c053
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2011 Red Hat, Inc., Caolán McNamara <caolanm@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_CppunitTest_CppunitTest,vcl_filters_test))
30 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_filters_test, \
31 vcl/qa/cppunit/graphicfilter/filters-test \
34 ifeq ($(DISABLE_CVE_TESTS),TRUE)
35 $(eval $(call gb_CppunitTest_add_defs,vcl_filters_test,\
36 -DDISABLE_CVE_TESTS \
38 endif
40 $(eval $(call gb_CppunitTest_use_libraries,vcl_filters_test, \
41 comphelper \
42 cppu \
43 cppuhelper \
44 sal \
45 svt \
46 test \
47 tl \
48 unotest \
49 vcl \
50 $(gb_UWINAPI) \
53 $(eval $(call gb_CppunitTest_use_api,vcl_filters_test,\
54 udkapi \
55 offapi \
58 $(eval $(call gb_CppunitTest_use_ure,vcl_filters_test))
60 $(eval $(call gb_CppunitTest_use_components,vcl_filters_test,\
61 configmgr/source/configmgr \
62 i18npool/util/i18npool \
63 ucb/source/core/ucb1 \
66 $(eval $(call gb_CppunitTest_use_configuration,vcl_filters_test))
68 # vim: set noet sw=4 ts=4: