Version 7.6.7.2, tag libreoffice-7.6.7.2
[LibreOffice.git] / sc / CppunitTest_sc_sparkline_test.mk
blobc1f06f65e3d2d22985176bd69147989277127a91
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_sparkline_test))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_sparkline_test))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sc_sparkline_test, \
17 sc/qa/unit/SparklineImportExportTest \
20 $(eval $(call gb_CppunitTest_use_externals,sc_sparkline_test, \
21 boost_headers \
22 mdds_headers \
23 libxml2 \
26 $(eval $(call gb_CppunitTest_use_libraries,sc_sparkline_test, \
27 basegfx \
28 comphelper \
29 cppu \
30 cppuhelper \
31 docmodel \
32 sal \
33 salhelper \
34 sax \
35 sc \
36 scqahelper \
37 sfx \
38 subsequenttest \
39 test \
40 tl \
41 unotest \
42 utl \
43 vcl \
46 $(eval $(call gb_CppunitTest_use_externals,sc_sparkline_test,\
47 boost_headers \
50 $(eval $(call gb_CppunitTest_set_include,sc_sparkline_test,\
51 -I$(SRCDIR)/sc/source/ui/inc \
52 -I$(SRCDIR)/sc/inc \
53 $$(INCLUDE) \
56 $(eval $(call gb_CppunitTest_use_api,sc_sparkline_test,\
57 offapi \
58 udkapi \
61 $(eval $(call gb_CppunitTest_use_sdk_api,sc_sparkline_test))
63 $(eval $(call gb_CppunitTest_use_ure,sc_sparkline_test))
64 $(eval $(call gb_CppunitTest_use_vcl,sc_sparkline_test))
66 $(eval $(call gb_CppunitTest_use_rdb,sc_sparkline_test,services))
68 $(eval $(call gb_CppunitTest_use_components,sc_sparkline_test))
70 $(eval $(call gb_CppunitTest_use_configuration,sc_sparkline_test))
72 $(eval $(call gb_CppunitTest_add_arguments,sc_sparkline_test, \
73 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
76 # vim: set noet sw=4 ts=4: