lok: emit ProfileZone data in messages when requested.
[LibreOffice.git] / jurt / JunitTest_java_remote.mk
blobf5d6aab0f63b60e78d3b68c7e7cd4ab0e8f2e106
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,jurt_java_remote))
12 $(eval $(call gb_JunitTest_use_jars,jurt_java_remote,\
13 OOoRunner \
14 ridl \
17 $(eval $(call gb_JunitTest_use_jar_classset,jurt_java_remote,jurt))
19 $(eval $(call gb_JunitTest_add_sourcefiles,jurt_java_remote,\
20 jurt/test/com/sun/star/lib/uno/bridges/java_remote/BridgedObject_Test \
21 jurt/test/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory_Test \
22 jurt/test/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge_Test \
25 $(eval $(call gb_JunitTest_add_classes,jurt_java_remote,\
26 com.sun.star.lib.uno.bridges.java_remote.BridgedObject_Test \
27 com.sun.star.lib.uno.bridges.java_remote.ProxyFactory_Test \
28 com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge_Test \
31 # vim:set noet sw=4 ts=4: