summaryrefslogtreecommitdiffstats
path: root/jurt/JunitTest_bridgefactory.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_bridgefactory.mk
parentVarious fixes for JunitTests (diff)
downloadcore-5bb51521233d75cfc90492746eb4f08f47616acc.tar.gz
core-5bb51521233d75cfc90492746eb4f08f47616acc.zip
Make jurt JunitTests work
Diffstat (limited to 'jurt/JunitTest_bridgefactory.mk')
-rw-r--r--jurt/JunitTest_bridgefactory.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/jurt/JunitTest_bridgefactory.mk b/jurt/JunitTest_bridgefactory.mk
index 234ae7c36298..28272cfae836 100644
--- a/jurt/JunitTest_bridgefactory.mk
+++ b/jurt/JunitTest_bridgefactory.mk
@@ -28,12 +28,17 @@
$(eval $(call gb_JunitTest_JunitTest,jurt_bridgefactory))
$(eval $(call gb_JunitTest_add_jars,jurt_bridgefactory,\
- $(OUTDIR)/bin/OOoRunnerLight.jar \
$(OUTDIR)/bin/ridl.jar \
))
+$(eval $(call gb_JunitTest_add_jar_classset,jurt_bridgefactory,jurt))
+
$(eval $(call gb_JunitTest_add_sourcefiles,jurt_bridgefactory,\
jurt/test/com/sun/star/comp/bridgefactory/BridgeFactory_Test \
))
+$(eval $(call gb_JunitTest_add_classes,jurt_bridgefactory,\
+ com.sun.star.comp.bridgefactory.BridgeFactory_Test \
+))
+
# vim:set shiftwidth=4 softtabstop=4 expandtab: