jsdialog: apply .uno:LineWidth in Calc
[LibreOffice.git] / sccomp / CppunitTest_sccomp_swarmsolvertest.mk
blobca6667638613824d9bb1db40b12b7c9e024ba4bc
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,sccomp_swarmsolvertest))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sccomp_swarmsolvertest,\
13 sccomp/qa/unit/SwarmSolverTest \
16 $(eval $(call gb_CppunitTest_use_externals,sccomp_swarmsolvertest,\
17 boost_headers \
20 $(eval $(call gb_CppunitTest_use_libraries,sccomp_swarmsolvertest,\
21 basegfx \
22 comphelper \
23 cppu \
24 cppuhelper \
25 drawinglayer \
26 editeng \
27 for \
28 forui \
29 i18nlangtag \
30 msfilter \
31 oox \
32 sal \
33 salhelper \
34 sax \
35 sb \
36 sc \
37 scqahelper \
38 sfx \
39 sot \
40 subsequenttest \
41 svl \
42 svt \
43 svx \
44 svxcore \
45 test \
46 tk \
47 tl \
48 ucbhelper \
49 unotest \
50 utl \
51 vbahelper \
52 vcl \
53 xo \
54 $(gb_UWINAPI) \
57 $(eval $(call gb_CppunitTest_set_include,sccomp_swarmsolvertest,\
58 -I$(SRCDIR)/sc/inc \
59 $$(INCLUDE) \
62 $(eval $(call gb_CppunitTest_use_sdk_api,sccomp_swarmsolvertest))
64 $(eval $(call gb_CppunitTest_use_ure,sccomp_swarmsolvertest))
65 $(eval $(call gb_CppunitTest_use_vcl,sccomp_swarmsolvertest))
67 $(eval $(call gb_CppunitTest_use_rdb,sccomp_swarmsolvertest,services))
69 $(eval $(call gb_CppunitTest_use_configuration,sccomp_swarmsolvertest))
71 # vim: set noet sw=4 ts=4: