workaround clang-14 bug
[LibreOffice.git] / sccomp / CppunitTest_sccomp_swarmsolvertest.mk
blobc86c0f6fc7d89b4b9f023d5ba06398b6a873c692
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_libraries,sccomp_swarmsolvertest,\
17 basegfx \
18 comphelper \
19 cppu \
20 cppuhelper \
21 drawinglayer \
22 editeng \
23 for \
24 forui \
25 i18nlangtag \
26 msfilter \
27 oox \
28 sal \
29 salhelper \
30 sax \
31 sb \
32 sc \
33 scqahelper \
34 sfx \
35 sot \
36 subsequenttest \
37 svl \
38 svt \
39 svx \
40 svxcore \
41 test \
42 tk \
43 tl \
44 ucbhelper \
45 unotest \
46 utl \
47 $(call gb_Helper_optional,SCRIPTING, \
48 vbahelper) \
49 vcl \
50 xo \
51 $(gb_UWINAPI) \
54 $(eval $(call gb_CppunitTest_set_include,sccomp_swarmsolvertest,\
55 -I$(SRCDIR)/sc/inc \
56 $$(INCLUDE) \
59 $(eval $(call gb_CppunitTest_use_sdk_api,sccomp_swarmsolvertest))
61 $(eval $(call gb_CppunitTest_use_ure,sccomp_swarmsolvertest))
62 $(eval $(call gb_CppunitTest_use_vcl,sccomp_swarmsolvertest))
64 $(eval $(call gb_CppunitTest_use_rdb,sccomp_swarmsolvertest,services))
66 $(eval $(call gb_CppunitTest_use_configuration,sccomp_swarmsolvertest))
68 # vim: set noet sw=4 ts=4: