summaryrefslogtreecommitdiff
path: root/ridljar/JunitTest_urp.mk
blob: 3f5f76eae3392e534e5c77f7a89cad53b77166be (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
# -*- 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,ridl_urp))

$(eval $(call gb_JunitTest_use_customtargets,ridl_urp,\
    ridljar/test/com/sun/star/lib/uno/protocols/urp \
    ridljar/javamaker \
))

$(eval $(call gb_JunitTest_use_jar_classset,ridl_urp,libreoffice))

$(eval $(call gb_JunitTest_add_classpath,ridl_urp,$(call gb_CustomTarget_get_workdir,ridljar/javamaker)))

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

$(eval $(call gb_JunitTest_add_classes,ridl_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:
span class='decoration'>Noel Grandin 2014-11-07bug in typed flagsNoel Grandin 2014-10-14need explicit bool conversions hereNoel Grandin 2014-10-14fixes and tests for o3tl::typed_flagsNoel Grandin 2014-10-08We should know what our name isTor Lillqvist 2014-10-06It is "template library", not "tools"Tor Lillqvist 2014-10-06Add guess at what o3tl meansTor Lillqvist 2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann 2014-09-15Mark o3tl::heap_ptr as SAL_WARN_UNUSEDStephan Bergmann 2014-05-22Fix memory leaks in test codeStephan Bergmann 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-05-02coverity#1209778 & coverity#1209777 Resource leakChris Sherlock 2014-05-02coverity#1209779 & coverity#1209780 Resource leakChris Sherlock 2014-04-28prefer makefile-gmake-modeTakeshi Abe 2014-02-25Remove visual noise from o3tlAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2013-06-03re-base on ALv2 code. Includes:Michael Meeks 2013-05-08coverity#983036/37/38: Resource leakJulien Nabet 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-03-23Validate cow_wrapper static default pattern.Thorsten Behrens 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-02fdo#60886: _SetGetExpFlds: use the custom operator<Michael Stahl 2013-02-28remove all d.lstMichael Stahl 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2013-01-11fdo#58793: re-implement SwpHintsArray::Resort():Michael Stahl