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_remote
))
12 $(eval
$(call gb_Jar_use_customtargets
,ridl_remote
, \
16 $(eval
$(call gb_JunitTest_use_jar_classset
,ridl_remote
,libreoffice
))
18 $(eval
$(call gb_JunitTest_add_classpath
,ridl_remote
,$(call gb_CustomTarget_get_workdir
,ridljar
/javamaker
)))
20 $(eval
$(call gb_JunitTest_add_sourcefiles
,ridl_remote
,\
21 ridljar
/test/com
/sun
/star
/lib
/uno
/environments
/remote
/JavaThreadPoolFactory_Test \
22 ridljar
/test/com
/sun
/star
/lib
/uno
/environments
/remote
/JobQueue_Test \
23 ridljar
/test/com
/sun
/star
/lib
/uno
/environments
/remote
/TestIWorkAt \
24 ridljar
/test/com
/sun
/star
/lib
/uno
/environments
/remote
/TestReceiver \
25 ridljar
/test/com
/sun
/star
/lib
/uno
/environments
/remote
/TestWorkAt \
26 ridljar
/test/com
/sun
/star
/lib
/uno
/environments
/remote
/ThreadId_Test \
27 ridljar
/test/com
/sun
/star
/lib
/uno
/environments
/remote
/ThreadPool_Test \
30 $(eval
$(call gb_JunitTest_add_classes
,ridl_remote
,\
31 com.sun.star.lib.uno.environments.remote.JavaThreadPoolFactory_Test \
32 com.sun.star.lib.uno.environments.remote.JobQueue_Test \
33 com.sun.star.lib.uno.environments.remote.ThreadId_Test \
34 com.sun.star.lib.uno.environments.remote.ThreadPool_Test \
37 # vim:set noet sw=4 ts=4: