1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_JunitTest_JunitTest
,ridl_urp
))
12 $(eval
$(call gb_JunitTest_use_customtargets
,ridl_urp
,\
13 ridljar
/test/com
/sun
/star
/lib
/uno
/protocols
/urp \
17 $(eval
$(call gb_JunitTest_use_jar_classset
,ridl_urp
,libreoffice
))
19 $(eval
$(call gb_JunitTest_add_classpath
,ridl_urp
,$(call gb_CustomTarget_get_workdir
,ridljar
/javamaker
)))
21 $(eval
$(call gb_JunitTest_add_sourcefiles
,ridl_urp
,\
22 ridljar
/test/com
/sun
/star
/lib
/uno
/protocols
/urp
/Cache_Test \
23 ridljar
/test/com
/sun
/star
/lib
/uno
/protocols
/urp
/Marshaling_Test \
24 ridljar
/test/com
/sun
/star
/lib
/uno
/protocols
/urp
/Protocol_Test \
25 ridljar
/test/com
/sun
/star
/lib
/uno
/protocols
/urp
/TestBridge \
26 ridljar
/test/com
/sun
/star
/lib
/uno
/protocols
/urp
/TestObject \
29 $(eval
$(call gb_JunitTest_add_classes
,ridl_urp
,\
30 com.sun.star.lib.uno.protocols.urp.Cache_Test \
31 com.sun.star.lib.uno.protocols.urp.Marshaling_Test \
32 com.sun.star.lib.uno.protocols.urp.Protocol_Test \
35 # vim:set noet sw=4 ts=4: