tdf#161658 Limit new selection overlay to Calc only
[libreoffice.git] / sd / CppunitTest_sd_filters_test.mk
bloba376d3f7e71851b92462d1d8d1022b9b651dd4e6
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sd_filters_test))
14 $(eval $(call gb_CppunitTest_use_external,sd_filters_test,boost_headers))
16 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_filters_test))
18 $(eval $(call gb_CppunitTest_add_exception_objects,sd_filters_test, \
19 sd/qa/unit/filters-test \
22 ifeq ($(DISABLE_CVE_TESTS),TRUE)
23 $(eval $(call gb_CppunitTest_add_defs,sd_filters_test,\
24 -DDISABLE_CVE_TESTS \
26 endif
28 $(eval $(call gb_CppunitTest_use_libraries,sd_filters_test, \
29 basegfx \
30 comphelper \
31 cppu \
32 cppuhelper \
33 drawinglayer \
34 editeng \
35 i18nlangtag \
36 i18nutil \
37 icg \
38 msfilter \
39 oox \
40 sal \
41 salhelper \
42 sax \
43 sd \
44 sfx \
45 sot \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 test \
51 tl \
52 tk \
53 ucbhelper \
54 unotest \
55 utl \
56 vcl \
57 xo \
60 $(eval $(call gb_CppunitTest_set_include,sd_filters_test,\
61 -I$(SRCDIR)/sd/source/ui/inc \
62 -I$(SRCDIR)/sd/inc \
63 $$(INCLUDE) \
66 $(eval $(call gb_CppunitTest_use_sdk_api,sd_filters_test))
68 $(eval $(call gb_CppunitTest_use_ure,sd_filters_test))
69 $(eval $(call gb_CppunitTest_use_vcl,sd_filters_test))
71 $(eval $(call gb_CppunitTest_use_rdb,sd_filters_test,services))
73 $(eval $(call gb_CppunitTest_use_configuration,sd_filters_test))
75 # vim: set noet sw=4 ts=4: