summaryrefslogtreecommitdiff
path: root/jurt/JunitTest_bridgefactory.mk
diff options
context:
space:
mode:
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: