LOK: tilebench improvements
[LibreOffice.git] / sc / CppunitTest_sc_check_data_pilot_table.mk
blob9f3f4209604d9c1e9a4949d3babcef681e4c5ae4
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_table))
13 $(eval $(call gb_CppunitTest_add_exception_objects,sc_check_data_pilot_table, \
14 sc/qa/extras/check_data_pilot_table \
17 $(eval $(call gb_CppunitTest_use_libraries,sc_check_data_pilot_table, \
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_table,\
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_table,\
60 offapi \
61 udkapi \
64 $(eval $(call gb_CppunitTest_use_ure,sc_check_data_pilot_table))
65 $(eval $(call gb_CppunitTest_use_vcl,sc_check_data_pilot_table))
67 $(eval $(call gb_CppunitTest_use_components,sc_check_data_pilot_table,\
68 basic/util/sb \
69 comphelper/util/comphelp \
70 configmgr/source/configmgr \
71 dbaccess/util/dba \
72 filter/source/config/cache/filterconfig1 \
73 forms/util/frm \
74 framework/util/fwk \
75 i18npool/util/i18npool \
76 oox/util/oox \
77 package/source/xstor/xstor \
78 package/util/package2 \
79 sax/source/expatwrap/expwrap \
80 scripting/source/basprov/basprov \
81 scripting/util/scriptframe \
82 sc/util/sc \
83 sc/util/scd \
84 sc/util/scfilt \
85 $(call gb_Helper_optional,SCRIPTING, \
86 sc/util/vbaobj) \
87 sfx2/util/sfx \
88 sot/util/sot \
89 svl/source/fsstor/fsstorage \
90 toolkit/util/tk \
91 ucb/source/core/ucb1 \
92 ucb/source/ucp/file/ucpfile1 \
93 ucb/source/ucp/tdoc/ucptdoc1 \
94 unotools/util/utl \
95 unoxml/source/rdf/unordf \
96 unoxml/source/service/unoxml \
97 uui/util/uui \
98 svtools/util/svt \
101 $(eval $(call gb_CppunitTest_use_configuration,sc_check_data_pilot_table))
103 # vim: set noet sw=4 ts=4: