summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_cellsobj.mk
blob: 07dfd37992daa90777954263f024e6febefc1491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#*************************************************************************

$(eval $(call gb_CppunitTest_CppunitTest,sc_cellsobj))

$(eval $(call gb_CppunitTest_use_external,sc_cellsobj,boost_headers))

$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellsobj, \
    sc/qa/extras/sccellsobj \
))

$(eval $(call gb_CppunitTest_use_libraries,sc_cellsobj, \
	cppu \
	sal \
	subsequenttest \
	test \
	unotest \
))

$(eval $(call gb_CppunitTest_set_include,sc_cellsobj,\
	$$(INCLUDE) \
))

$(eval $(call gb_CppunitTest_use_sdk_api,sc_cellsobj))

$(eval $(call gb_CppunitTest_use_ure,sc_cellsobj))
$(eval $(call gb_CppunitTest_use_vcl,sc_cellsobj))

$(eval $(call gb_CppunitTest_use_components,sc_cellsobj,\
    $(sc_unoapi_common_components) \
))

$(eval $(call gb_CppunitTest_use_configuration,sc_cellsobj))

# vim: set noet sw=4 ts=4:
cgit/lo/core/commit/configmgr?h=distro/lhm/libreoffice-6-1%2bbackports&id=91dd2db17bd6cb9b357d1d69b187174e31eabef0'>loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-08-05Tell where the colon is missing in the exception messageTor Lillqvist 2016-08-05configmgr: fix loplugin:cppunitassertequals warningsMiklos Vajna 2016-07-27improve passstuffbyref return analysisNoel Grandin 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann 2016-06-15tdf#61396 Possibility to edit a template not in Template RepositoryAkshay Deep 2016-05-31tdf#91781 A round of minor tweaks to Writer's menusYousuf Philips 2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin 2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin 2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin 2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann 2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann 2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley 2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin 2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin 2016-04-14loplugin:passstuffbyref in variousNoel Grandin 2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke 2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke 2016-03-31Missing includeStephan Bergmann