summaryrefslogtreecommitdiff
path: root/jurt/JunitTest_urp.mk
blob: 691322f248e54c764ba14c5cfa5381fa4cfbbb66 (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
# -*- 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_JunitTest_JunitTest,jurt_urp))

$(eval $(call gb_JunitTest_use_customtargets,jurt_urp,\
    jurt/test/com/sun/star/lib/uno/protocols/urp \
))

$(eval $(call gb_JunitTest_use_jars,jurt_urp,\
    ridl \
))

$(eval $(call gb_JunitTest_use_jar_classset,jurt_urp,jurt))

$(eval $(call gb_JunitTest_add_sourcefiles,jurt_urp,\
    jurt/test/com/sun/star/lib/uno/protocols/urp/Cache_Test \
    jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_Test \
    jurt/test/com/sun/star/lib/uno/protocols/urp/Protocol_Test \
    jurt/test/com/sun/star/lib/uno/protocols/urp/TestBridge \
    jurt/test/com/sun/star/lib/uno/protocols/urp/TestObject \
))

$(eval $(call gb_JunitTest_add_classes,jurt_urp,\
    com.sun.star.lib.uno.protocols.urp.Cache_Test \
    com.sun.star.lib.uno.protocols.urp.Marshaling_Test \
    com.sun.star.lib.uno.protocols.urp.Protocol_Test \
))

# vim:set noet sw=4 ts=4:
e?h=distro/cib/libreoffice-6-4&id=1aa4df615fa5599d05e9dd5e925b5852676185fa'>use SAL_N_ELEMENTS in for loopsNoel Grandin 2016-03-09tdf#82335 Register Libreoffice for Kingsoft file typesJaskaran 2016-02-29scp2: move scp2 classification package to AutoInstallMiklos Vajna 2016-02-22sfx2 classification: include example XML in the instsetMiklos Vajna 2016-02-09Remove excess newlinesChris Sherlock 2016-01-19lokdocview: Add scp files for selection handle PNGsPranav Kant 2016-01-19Silence -Werror=nonnull (GCC 6)Stephan Bergmann 2016-01-08Bump copyright year to 2016Adolfo Jayme Barrientos 2015-12-13cppcheck: fix memleak in win32/wintools/msidb/msidb.cJulien Nabet 2015-11-18-Werror,-Wwritable-stringsStephan Bergmann 2015-11-18-Werror,-Wwritable-stringsStephan Bergmann 2015-11-18-Werror,-Wunused-internal-declarationStephan Bergmann 2015-11-18-Werror,-Wunused-functionStephan Bergmann 2015-11-17remove vestigial Adabas D references in tests etc.Michael Stahl 2015-10-17deb system integration postinst and postrm scripts are not needed hereAndras Timar 2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen 2015-09-03setup_native: Add vcruntime and libucrt on MSVC 14.0David Ostrovsky 2015-07-24update branding for 5.0Christian Lohmaier 2015-07-04Fix typosAndrea Gelmini 2015-06-29Remove some hard coded references to "LibreOffice" as Productname.Martin Hollmichel 2015-06-18Fix typosAndrea Gelmini 2015-06-15cppcheck:unreadVariableNoel Grandin 2015-04-234 dict package names did not follow the ruleAndras Timar 2015-03-31tdf#90298 rescan for bundled extensions when installing Mac langpackChristian Lohmaier 2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl 2015-03-04V813: Decreased performanceCaolán McNamara 2015-03-02V804: Decreased performanceCaolán McNamara 2015-02-10Attempt at fixing Mac OS X code signingStephan Bergmann 2015-02-09unpack_update is LINUX, SOLARIS onlyStephan Bergmann 2015-01-24cppcheck: unusedVariableCaolán McNamara 2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl 2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl 2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl 2015-01-08-Werror,-Wtautological-pointer-compareStephan Bergmann 2015-01-01Bump copyright year to 2015Andras Timar 2014-12-02Create/RemoveLayerLinks are unusedStephan Bergmann 2014-11-24typo: unknownAndras Timar 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-10-27-Werror,-Wtautological-pointer-compareStephan Bergmann 2014-10-08fdo#82288 merge core01-core07 packages into just oneChristian Lohmaier 2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist