summaryrefslogtreecommitdiff
path: root/testtools/Module_testtools.mk
blob: 65583e3e23c838f76463c4447a6d1211cd2ea710 (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_Module_Module,testtools))

ifneq ($(CROSS_COMPILING),YES)

$(eval $(call gb_Module_add_targets,testtools,\
	CustomTarget_bridgetest \
	InternalUnoApi_bridgetest \
	StaticLibrary_bridgetest \
	Library_cppobj \
	Library_bridgetest \
	Library_constructors \
	Rdb_uno_services \
))

ifneq ($(SOLAR_JAVA),)
$(eval $(call gb_Module_add_targets,testtools,\
	Jar_testComponent \
	CustomTarget_bridgetest_javamaker \
))
endif

ifeq ($(COM),MSC)
$(eval $(call gb_Module_add_targets,testtools,\
	CustomTarget_bridgetest_climaker \
))
endif

$(eval $(call gb_Module_add_check_targets,testtools,\
	CustomTarget_uno_test \
))

endif

# vim:set noet sw=4 ts=4:
tr>2017-10-23loplugin:includeform: swStephan Bergmann 2017-10-20RotGrfFlyFrame: Initial adaptionsArmin Le Grand 2017-08-07loplugin:constparams in sw part10Noel Grandin 2017-08-02loplugin:checkunusedparams in swNoel Grandin 2017-07-21migrate to boost::gettextCaolán McNamara 2017-05-30tdf#107589 Make description editable from Options tab.Gulsah Kose 2017-03-11Fix typosAndrea Gelmini 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2016-12-08sw: remove some inline version control in uibaseMiklos Vajna 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin 2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin 2016-01-10Fix typosAndrea Gelmini 2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon 2015-11-12sw: prefix members of SwFrmPageMiklos Vajna 2015-11-11sw: prefix members of SwFrmAddPageMiklos Vajna 2015-10-16convert Link<> to typedNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12convert Link<> to typedNoel Grandin 2015-09-24convert Link<> to typedNoel Grandin 2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin 2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier 2015-05-05loplugin:staticmethodsNoel Grandin 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann 2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks 2015-04-17sw: convert new to ::Create.Noel Grandin 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in swNoel Grandin