lokdialog: convert the show sheet dialog to async exec
[LibreOffice.git] / jurt / JunitTest_remote.mk
blobdcedb73ab33a6ff4bd4925a807a6a732faa338bc
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_remote))
12 $(eval $(call gb_JunitTest_use_jars,jurt_remote,\
13 ridl \
16 $(eval $(call gb_JunitTest_use_jar_classset,jurt_remote,jurt))
18 $(eval $(call gb_JunitTest_add_sourcefiles,jurt_remote,\
19 jurt/test/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory_Test \
20 jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test \
21 jurt/test/com/sun/star/lib/uno/environments/remote/TestIWorkAt \
22 jurt/test/com/sun/star/lib/uno/environments/remote/TestReceiver \
23 jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt \
24 jurt/test/com/sun/star/lib/uno/environments/remote/ThreadId_Test \
25 jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test \
28 $(eval $(call gb_JunitTest_add_classes,jurt_remote,\
29 com.sun.star.lib.uno.environments.remote.JavaThreadPoolFactory_Test \
30 com.sun.star.lib.uno.environments.remote.JobQueue_Test \
31 com.sun.star.lib.uno.environments.remote.ThreadId_Test \
32 com.sun.star.lib.uno.environments.remote.ThreadPool_Test \
35 # vim:set noet sw=4 ts=4: