tdf#106746: pDelPam is a bit special
[LibreOffice.git] / sc / CppunitTest_sc_check_data_pilot_field.mk
blob0a1150ce85729e96bb2f3610899e27bb5e7afba5
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 #*************************************************************************
11 $(eval $(call gb_CppunitTest_CppunitTest,sc_check_data_pilot_field))
13 $(eval $(call gb_CppunitTest_add_exception_objects,sc_check_data_pilot_field, \
14 sc/qa/extras/check_data_pilot_field \
17 $(eval $(call gb_CppunitTest_use_libraries,sc_check_data_pilot_field, \
18 basegfx \
19 comphelper \
20 cppu \
21 cppuhelper \
22 drawinglayer \
23 editeng \
24 for \
25 forui \
26 i18nlangtag \
27 msfilter \
28 oox \
29 sal \
30 salhelper \
31 sax \
32 sb \
33 sc \
34 scqahelper \
35 sfx \
36 sot \
37 subsequenttest \
38 svl \
39 svt \
40 svx \
41 svxcore \
42 test \
43 tk \
44 tl \
45 ucbhelper \
46 unotest \
47 utl \
48 vbahelper \
49 vcl \
50 xo \
53 $(eval $(call gb_CppunitTest_set_include,sc_check_data_pilot_field,\
54 -I$(SRCDIR)/sc/source/ui/inc \
55 -I$(SRCDIR)/sc/inc \
56 $$(INCLUDE) \
59 $(eval $(call gb_CppunitTest_use_api,sc_check_data_pilot_field,\
60 offapi \
61 udkapi \
64 $(eval $(call gb_CppunitTest_use_ure,sc_check_data_pilot_field))
65 $(eval $(call gb_CppunitTest_use_vcl,sc_check_data_pilot_field))
67 $(eval $(call gb_CppunitTest_use_components,sc_check_data_pilot_field,\
68 $(sc_unoapi_common_components) \
71 $(eval $(call gb_CppunitTest_use_configuration,sc_check_data_pilot_field))
73 # vim: set noet sw=4 ts=4: