summaryrefslogtreecommitdiff
path: root/dbaccess/PythonTest_dbaccess_python.mk
blob: 874dac927e5b8e0ad5af1b6a42215e24cbf61121 (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
# -*- 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_PythonTest_PythonTest,dbaccess_python))

$(eval $(call gb_PythonTest_set_defs,dbaccess_python,\
    TDOC="$(SRCDIR)/dbaccess/qa/extras/testdocuments" \
))

$(eval $(call gb_PythonTest_add_modules,dbaccess_python,$(SRCDIR)/dbaccess/qa/python,\
	fdo84315 \
))

$(call gb_PythonTest_get_target,dbaccess_python) : $(WORKDIR)/CppunitTest/fdo84315.odb
$(WORKDIR)/CppunitTest/fdo84315.odb : $(SRCDIR)/dbaccess/qa/extras/testdocuments/fdo84315.odb
	mkdir -p $(dir $@)
	cp -P -f "$<" "$@"
.PHONY: $(WORKDIR)/CppunitTest/fdo84315.odb

# vim: set noet sw=4 ts=4:
exception by Any"Noel Grandin 2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin 2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin 2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, xmlhelpStephan Bergmann 2017-01-19new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin 2017-01-09New loplugin:externvar: xmlhelpStephan Bergmann 2016-11-17loplugin:datamembershadowNoel Grandin 2016-10-24loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin 2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin 2016-10-15clang-cl loplugin: xmlhelpStephan Bergmann 2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann 2016-09-19Replace local ASCII function with rtl/character.hxxArnaud Versini 2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-08-15loplugin:unusedenumconstants in unotools..xmlhelpNoel Grandin 2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin 2016-07-27improve passstuffbyref return analysisNoel Grandin 2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin 2016-07-15new loplugin unnecessary overrideNoel Grandin 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann 2016-06-24loplugin:singlevalfields in xmlhelp,xmloffNoel Grandin 2016-06-23remove some more (void) style function definitions/declarationsNoel Grandin 2016-06-06Convert IteratorState to scoped enumNoel Grandin 2016-05-19loplugin:unusedmethods in writerfilter to xmloffNoel Grandin 2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin 2016-05-04use Any constructor instead of temporariesNoel Grandin 2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin 2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin 2016-04-14loplugin:passstuffbyref in variousNoel Grandin 2016-04-04reduce unnecessary reallocingNoel Grandin 2016-03-08new loplugin:constantparamNoel Grandin 2016-02-23new loplugin: commaoperatorNoel Grandin 2016-02-19new loplugin: find write-only fieldsNoel Grandin 2016-02-17use consistent #define checks for the Windows platformNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin