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_java_remote
))
12 $(eval
$(call gb_JunitTest_use_jars
,ridl_java_remote
,\
16 $(eval
$(call gb_Jar_use_customtargets
,ridl_java_remote
, \
20 $(eval
$(call gb_JunitTest_use_jar_classset
,ridl_java_remote
,libreoffice
))
22 $(eval
$(call gb_JunitTest_add_classpath
,ridl_java_remote
,$(call gb_CustomTarget_get_workdir
,ridljar
/javamaker
)))
24 $(eval
$(call gb_JunitTest_add_sourcefiles
,ridl_java_remote
,\
25 ridljar
/test/com
/sun
/star
/lib
/uno
/bridges
/java_remote
/BridgedObject_Test \
26 ridljar
/test/com
/sun
/star
/lib
/uno
/bridges
/java_remote
/ProxyFactory_Test \
27 ridljar
/test/com
/sun
/star
/lib
/uno
/bridges
/java_remote
/java_remote_bridge_Test \
30 $(eval
$(call gb_JunitTest_add_classes
,ridl_java_remote
,\
31 com.sun.star.lib.uno.bridges.java_remote.BridgedObject_Test \
32 com.sun.star.lib.uno.bridges.java_remote.ProxyFactory_Test \
33 com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge_Test \
36 # vim:set noet sw=4 ts=4: