tdf#150197 sw: convert pre-defined num styles to ListFormat
[LibreOffice.git] / sccomp / CppunitTest_sccomp_swarmsolvertest.mk
blob38cc3fa395214eb2e3a2d360d116981295604a2a
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 $(call gb_Helper_optional,SCRIPTING, \
52 vbahelper) \
53 vcl \
54 xo \
55 $(gb_UWINAPI) \
58 $(eval $(call gb_CppunitTest_set_include,sccomp_swarmsolvertest,\
59 -I$(SRCDIR)/sc/inc \
60 $$(INCLUDE) \
63 $(eval $(call gb_CppunitTest_use_sdk_api,sccomp_swarmsolvertest))
65 $(eval $(call gb_CppunitTest_use_ure,sccomp_swarmsolvertest))
66 $(eval $(call gb_CppunitTest_use_vcl,sccomp_swarmsolvertest))
68 $(eval $(call gb_CppunitTest_use_rdb,sccomp_swarmsolvertest,services))
70 $(eval $(call gb_CppunitTest_use_configuration,sccomp_swarmsolvertest))
72 # vim: set noet sw=4 ts=4: