summaryrefslogtreecommitdiff
path: root/testtools/CustomTarget_bridgetest_climaker.mk
blob: aa1336e24d92bfcbcdf3e99408e10f8561adb226 (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
# -*- 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_CustomTarget_CustomTarget,testtools/bridgetest_climaker))

testtools_CLIDIR := $(call gb_CustomTarget_get_workdir,testtools/bridgetest_climaker)

$(call gb_CustomTarget_get_target,testtools/bridgetest_climaker) : \
	$(testtools_CLIDIR)/cli_types_bridgetest.dll

$(testtools_CLIDIR)/cli_types_bridgetest.dll : \
		$(call gb_UnoApiTarget_get_target,bridgetest) \
		$(call gb_UnoApiTarget_get_target,udkapi) \
		$(call gb_CliUnoApi_get_target,cli_uretypes) \
		$(call gb_Executable_get_runtime_dependencies,climaker) \
		| $(testtools_CLIDIR)/.dir
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CLM,1)
	$(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),CLM)
	$(call gb_Helper_abbreviate_dirs, \
	$(call gb_Helper_execute,climaker) \
		$(if $(filter -s,$(MAKEFLAGS)),,--verbose) \
		--out $@ -r $(call gb_CliUnoApi_get_target,cli_uretypes) \
		-X $(call gb_UnoApiTarget_get_target,udkapi) \
		$(call gb_UnoApiTarget_get_target,bridgetest) > /dev/null)
	$(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),CLM)

# vim:set shiftwidth=4 tabstop=4 noexpandtab:
pan class='decoration'>Noel Grandin 2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann 2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski 2018-11-01fix pyuno compile on Fedora29Noel Grandin 2018-10-13loplugin:constfields in package..registryNoel Grandin 2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin 2018-09-24loplugin:external (clang-cl)Stephan Bergmann 2018-09-17New loplugin:externalStephan Bergmann 2018-09-07DeInitVCL in PythonTestStephan Bergmann 2018-07-30Add missing sal/log.hxx headersGabor Kelemen 2018-07-26Related: rhbz#1602589 silence coverity leaked_storageCaolán McNamara 2018-07-03const fixes for python3-devel-3.7.0-1.fc29.x86_64Stephan Bergmann 2018-06-23[API CHANGE] Add a sal_debug method to pyunoTor Lillqvist 2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin 2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin 2018-04-09configure,pyuno: require at least Python 2.7Michael Stahl 2018-04-05Fix Python file URL construction on WindowsStephan Bergmann 2018-04-03Create temp copies of test docs in Python/UITestsStephan Bergmann 2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin 2018-02-02pyuno: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski 2018-02-01tdf#114815 pyuno: avoid 2 threads initing python in parallelMichael Stahl 2018-01-15More loplugin:cstylecast: pyunoStephan Bergmann 2018-01-12More loplugin:cstylecast: pyunoStephan Bergmann 2018-01-11loplugin:redundantcast: pyunoStephan Bergmann 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-12-07loplugin:salcall handle static methodsNoel Grandin 2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin 2017-11-04Replace only list by vector in pyunoJulien Nabet 2017-10-27loplugin:includeform: pyuno (Windows)Stephan Bergmann 2017-10-23loplugin:includeform: pyunoStephan Bergmann 2017-10-23overload std::hash for OUString and OStringNoel Grandin 2017-10-04Fix PythonTest_pyuno_pytests_insertremovecells on WindowsStephan Bergmann 2017-10-03Partially revert c3609f107b16eb888edf284f4637be6cb09234ebMike Kaganski 2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski