Revert "workaround compile failures in libxml, with clang-17"
[LibreOffice.git] / sc / CppunitTest_sc_ucalc_sparkline.mk
blob99f75e086fc04adb37a94591ff21ee51055b7988
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 sal \
32 salhelper \
33 sax \
34 sc \
35 scqahelper \
36 sfx \
37 subsequenttest \
38 test \
39 tl \
40 unotest \
41 utl \
42 vcl \
45 $(eval $(call gb_CppunitTest_use_externals,sc_ucalc_sparkline,\
46 boost_headers \
49 $(eval $(call gb_CppunitTest_set_include,sc_ucalc_sparkline,\
50 -I$(SRCDIR)/sc/source/ui/inc \
51 -I$(SRCDIR)/sc/inc \
52 $$(INCLUDE) \
55 $(eval $(call gb_CppunitTest_use_api,sc_ucalc_sparkline,\
56 offapi \
57 udkapi \
60 $(eval $(call gb_CppunitTest_use_sdk_api,sc_ucalc_sparkline))
62 $(eval $(call gb_CppunitTest_use_ure,sc_ucalc_sparkline))
63 $(eval $(call gb_CppunitTest_use_vcl,sc_ucalc_sparkline))
65 $(eval $(call gb_CppunitTest_use_rdb,sc_ucalc_sparkline,services))
67 $(eval $(call gb_CppunitTest_use_components,sc_ucalc_sparkline))
69 $(eval $(call gb_CppunitTest_use_configuration,sc_ucalc_sparkline))
71 $(eval $(call gb_CppunitTest_add_arguments,sc_ucalc_sparkline, \
72 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
75 # vim: set noet sw=4 ts=4: