summaryrefslogtreecommitdiff
path: root/bean/JunitTest_bean_complex.mk
blob: 1d22dcd31f8f6a50bb0ed7f3451454d9a6cec83d (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
#
#
# 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_JunitTest_JunitTest,bean_complex))

$(eval $(call gb_JunitTest_use_jars,bean_complex,\
	OOoRunner \
	ridl \
	test \
	unoil \
	officebean \
))

$(eval $(call gb_JunitTest_add_sourcefiles,bean_complex,\
	bean/qa/complex/bean/OOoBeanTest \
	bean/qa/complex/bean/ScreenComparer \
	bean/qa/complex/bean/WriterFrame \
))

$(eval $(call gb_JunitTest_add_classes,bean_complex,\
	complex.bean.OOoBeanTest \
))
egistry?h=libreoffice-24-8&id=1743d74e87745a26043642a06dc8a57b1af29740'>clang-tidy modernize-pass-by-value in variousNoel Grandin 2022-07-04tdf#143148 registry: Use pragma once instead of include guardsChris Sherlock 2022-06-21registry: remove unnecessary commentsChris Sherlock 2022-06-11Remove some more dead functionalityStephan Bergmann 2022-06-11[API CHANGE] Deprecate css.registry.XSimpleRegistry::mergeKeyStephan Bergmann 2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann 2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin 2022-01-08Unify condition names and fix "else" pathsJan-Marek Glogowski 2021-12-24Enforce cross-compilation for static buildsJan-Marek Glogowski 2021-12-22loplugin:flatten in package..reportdesignNoel Grandin 2021-10-15Repurpose regcompare test as unoidl-check testStephan Bergmann 2021-10-05drop 'using namespace std' in o* r* x*Julien Nabet 2021-07-22-Werror=maybe-uninitializedStephan Bergmann 2021-05-28no need to allocate these on the heapNoel Grandin 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2021-01-29loplugin:stringviewparam extend to new..Noel 2021-01-28simplify code, use more subView()Noel 2021-01-15cid#1471675 silence Logically dead codeCaolán McNamara 2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann 2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann 2020-11-19tdf#123936 Formatting files in module registry with clang-formatPhilipp Hofer 2020-11-11loplugin:stringviewNoel 2020-11-05loplugin:reducevarscope in registryNoel 2020-09-05Improve some OUString to OString conversionsStephan Bergmann 2020-09-05Make printString take any std::u16string_view argumentStephan Bergmann 2020-09-05Create OUString from storeFindData m_pszName and m_nLengthStephan Bergmann 2020-08-29Simplify OUStringBuffer to OUString conversionStephan Bergmann 2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann 2020-07-20compact namespace declNoel Grandin 2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens 2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: registryStephan Bergmann 2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin 2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin 2019-12-19sal_Char->char in oox..registryNoel Grandin 2019-12-05Fix typoAndrea Gelmini 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann