Version 7.6.7.2, tag libreoffice-7.6.7.2
[LibreOffice.git] / sc / CppunitTest_sc_ucalc_sparkline.mk
blob24d24b99ee4e60bb3ea7a3ab1bfe45f82a4bb63f
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 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sc_ucalc_sparkline))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_ucalc_sparkline))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sc_ucalc_sparkline, \
17 sc/qa/unit/ucalc_sparkline \
20 $(eval $(call gb_CppunitTest_use_externals,sc_ucalc_sparkline, \
21 boost_headers \
22 mdds_headers \
23 libxml2 \
26 $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc_sparkline, \
27 basegfx \
28 comphelper \
29 cppu \
30 cppuhelper \
31 docmodel \
32 editeng \
33 sal \
34 salhelper \
35 sax \
36 sc \
37 scqahelper \
38 sfx \
39 svxcore \
40 subsequenttest \
41 test \
42 tl \
43 unotest \
44 utl \
45 vcl \
48 $(eval $(call gb_CppunitTest_use_externals,sc_ucalc_sparkline,\
49 boost_headers \
52 $(eval $(call gb_CppunitTest_set_include,sc_ucalc_sparkline,\
53 -I$(SRCDIR)/sc/source/ui/inc \
54 -I$(SRCDIR)/sc/inc \
55 $$(INCLUDE) \
58 $(eval $(call gb_CppunitTest_use_api,sc_ucalc_sparkline,\
59 offapi \
60 udkapi \
63 $(eval $(call gb_CppunitTest_use_sdk_api,sc_ucalc_sparkline))
65 $(eval $(call gb_CppunitTest_use_ure,sc_ucalc_sparkline))
66 $(eval $(call gb_CppunitTest_use_vcl,sc_ucalc_sparkline))
68 $(eval $(call gb_CppunitTest_use_rdb,sc_ucalc_sparkline,services))
70 $(eval $(call gb_CppunitTest_use_components,sc_ucalc_sparkline))
72 $(eval $(call gb_CppunitTest_use_configuration,sc_ucalc_sparkline))
74 $(eval $(call gb_CppunitTest_add_arguments,sc_ucalc_sparkline, \
75 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
78 # vim: set noet sw=4 ts=4: