summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_indexenumeration_tablecolumnsenumeration.mk
blob: 251fb54725e0649b1a876b18307ced0227f6cc90 (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
44
45
# -*- 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_indexenumeration_tablecolumnsenumeration))

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

$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_tablecolumnsenumeration))

$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_tablecolumnsenumeration, \
	sc/qa/extras/scindexenumeration_tablecolumnsenumeration \
))

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

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

$(eval $(call gb_CppunitTest_use_sdk_api,sc_indexenumeration_tablecolumnsenumeration))

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

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

$(eval $(call gb_CppunitTest_use_configuration,sc_indexenumeration_tablecolumnsenumeration))

# vim: set noet sw=4 ts=4:
r> 2016-06-29Remove support for Clang < 3.4Stephan Bergmann 2016-06-29Remove support for Clang < 3.3Stephan Bergmann 2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann 2015-05-04Adapt loplugin:checkconfigmacros to current Clang trunkStephan Bergmann 2015-03-11Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann 2015-03-11Fix copy/paste errorStephan Bergmann 2014-09-23Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann 2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann 2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara 2013-08-06error: cannot use dynamic_cast with -fno-rttiStephan Bergmann 2013-07-24Adapt to PPCallbacks.h changes on Clang trunk towards 3.4Stephan Bergmann 2013-06-02fix plugin build with clang < 3.3Luboš Luňák 2013-05-31update for PPCallbacks API changes in Clang3.3Luboš Luňák 2013-05-31mark all virtuals in the clang plugin as overrideLuboš Luňák 2013-04-04compiler plugin to check incorrect #ifdef for config_XXX.h macrosLuboš Luňák