summaryrefslogtreecommitdiff
path: root/jurt/JunitTest_remote.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-02-17 15:51:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-02-17 15:51:49 +0100
commit5bb51521233d75cfc90492746eb4f08f47616acc (patch)
tree92fce92f6700e626b2a17738b087e4c7280ab078 /jurt/JunitTest_remote.mk
parent28137a5177de7823351b7d61149a6c194c46bb54 (diff)
Make jurt JunitTests work
Diffstat (limited to 'jurt/JunitTest_remote.mk')
-rw-r--r--jurt/JunitTest_remote.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/jurt/JunitTest_remote.mk b/jurt/JunitTest_remote.mk
index f66ae78fc898..37e4cd13bc9e 100644
--- a/jurt/JunitTest_remote.mk
+++ b/jurt/JunitTest_remote.mk
@@ -28,10 +28,11 @@
$(eval $(call gb_JunitTest_JunitTest,jurt_remote))
$(eval $(call gb_JunitTest_add_jars,jurt_remote,\
- $(OUTDIR)/bin/OOoRunnerLight.jar \
$(OUTDIR)/bin/ridl.jar \
))
+$(eval $(call gb_JunitTest_add_jar_classset,jurt_remote,jurt))
+
$(eval $(call gb_JunitTest_add_sourcefiles,jurt_remote,\
jurt/test/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory_Test \
jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test \
@@ -42,4 +43,11 @@ $(eval $(call gb_JunitTest_add_sourcefiles,jurt_remote,\
jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test \
))
+$(eval $(call gb_JunitTest_add_classes,jurt_remote,\
+ com.sun.star.lib.uno.environments.remote.JavaThreadPoolFactory_Test \
+ com.sun.star.lib.uno.environments.remote.JobQueue_Test \
+ com.sun.star.lib.uno.environments.remote.ThreadId_Test \
+ com.sun.star.lib.uno.environments.remote.ThreadPool_Test \
+))
+
# vim:set shiftwidth=4 softtabstop=4 expandtab: