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
,sc_parallelism
))
12 $(eval
$(call gb_CppunitTest_add_exception_objects
,sc_parallelism
, \
13 sc
/qa
/unit
/parallelism \
16 $(eval
$(call gb_CppunitTest_use_library_objects
,sc_parallelism
, \
21 $(eval
$(call gb_CppunitTest_use_externals
,sc_parallelism
, \
23 $(call gb_Helper_optional
,OPENCL
,clew
) \
33 $(eval
$(call gb_CppunitTest_use_libraries
,sc_parallelism
, \
34 $(call gb_Helper_optional
,AVMEDIA
,avmedia
) \
46 $(call gb_Helper_optional
,OPENCL
,opencl
) \
63 $(call gb_Helper_optional
,SCRIPTING
, \
69 $(eval
$(call gb_CppunitTest_set_include
,sc_parallelism
,\
70 -I
$(SRCDIR
)/sc
/source
/ui
/inc \
71 -I
$(SRCDIR
)/sc
/source
/core
/inc \
76 $(eval
$(call gb_CppunitTest_use_api
,sc_parallelism
,\
82 $(eval
$(call gb_CppunitTest_use_custom_headers
,sc_parallelism
,\
86 $(eval
$(call gb_CppunitTest_use_ure
,sc_parallelism
))
87 $(eval
$(call gb_CppunitTest_use_vcl
,sc_parallelism
))
89 $(eval
$(call gb_CppunitTest_use_components
,sc_parallelism
,\
90 configmgr
/source
/configmgr \
92 i18npool
/source
/search
/i18nsearch \
93 i18npool
/util
/i18npool \
94 sax
/source
/expatwrap
/expwrap \
95 scaddins
/source
/analysis
/analysis \
96 scaddins
/source
/datefunc
/date \
97 scaddins
/source
/pricing
/pricing \
99 ucb
/source
/core
/ucb1 \
100 ucb
/source
/ucp
/file
/ucpfile1 \
101 unoxml
/source
/service
/unoxml \
106 $(eval
$(call gb_CppunitTest_use_configuration
,sc_parallelism
))
108 # vim: set noet sw=4 ts=4: