summaryrefslogtreecommitdiff
path: root/unotest/Jar_test.mk
blob: cc5fde435c7b5ef61691afad4e9b3e8bac4d0a18 (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
# -*- 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_Jar_Jar,test))

$(eval $(call gb_Jar_add_manifest_classpath,test,\
	$(call gb_Helper_make_url,$(call gb_Jar_get_target,juh)) \
	$(call gb_Helper_make_url,$(call gb_Jar_get_target,ridl)) \
	$(call gb_Helper_make_url,$(call gb_Jar_get_target,unoil)) \
))

$(eval $(call gb_Jar_use_jars,test,\
	juh \
	ridl \
	unoil \
	OOoRunner \
))

$(eval $(call gb_Jar_use_system_jars,test,\
	$(OOO_JUNIT_JAR) \
))

$(eval $(call gb_Jar_set_packageroot,test,org))

$(eval $(call gb_Jar_add_sourcefiles,test,\
	unotest/source/java/org/openoffice/test/Argument \
	unotest/source/java/org/openoffice/test/FileHelper \
	unotest/source/java/org/openoffice/test/OfficeConnection \
	unotest/source/java/org/openoffice/test/OfficeFileUrl \
	unotest/source/java/org/openoffice/test/UnoApiTest \
))

# vim: set noet sw=4 ts=4:
00'>2020-04-14loplugin:flatten in formulaNoel Grandin 2020-03-21Resolves: tdf#131423 Handle Function Wizard max argument count correctlyEike Rathke 2020-02-16clang-format f*,h* with under 5-percent lines of changeMuhammet Kara 2020-01-25tdf#124176: Use pragma once instead of include guardsFaruk Demirbaş 2020-01-24loplugin:makeshared in drawinglayer..fpickerNoel Grandin 2020-01-20tdf#42949 Fix IWYU warnings in formula/Gabor Kelemen 2019-12-19sal_Char->char in formula..i18npoolNoel Grandin 2019-12-03remove some useless comment linesNoel Grandin 2019-11-22mark with overrideCaolán McNamara 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann 2019-11-19up/down in ArgEdit doesn't do anythingCaolán McNamara 2019-11-03loplugin:stringaddNoel Grandin 2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann 2019-10-28loplugin:stringadd improve detectionNoel Grandin 2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis 2019-10-15Resolves: tdf#128140 stabilize formula dialog widthCaolán McNamara 2019-10-11Add comments about preserving the leading '#' hash character in translationsEike Rathke 2019-10-09name all Notebooks 'tabcontrol'Caolán McNamara 2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara 2019-10-03drop some unnecessary includesCaolán McNamara 2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin 2019-09-04loplugin:constmethod in formulaNoel Grandin 2019-09-03Resolves: tdf#126911 make structure box expandableCaolán McNamara 2019-09-01Fix '..'Andrea Gelmini 2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): formulaStephan Bergmann 2019-06-02drop some unneeded includesCaolán McNamara 2019-06-01tdf#124279: consider also functions with no argumentsKatarina Behrens 2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov 2019-05-11remove unused RefEdit/RefButtonCaolán McNamara 2019-05-11weld conditional formattingCaolán McNamara 2019-05-09loplugin:unusedmethodsNoel Grandin 2019-05-09loplugin:unusedfieldsNoel Grandin 2019-05-07weld FormulaDialogCaolán McNamara 2019-05-06tdf#42949 Fix IWYU warnings in include/formula/Gabor Kelemen 2019-04-19drop some unneeded includesCaolán McNamara 2019-04-17weld ScTPValidationValue and ScValidationDlgCaolán McNamara 2019-04-10weld ScCorrelationDialogCaolán McNamara 2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai