summaryrefslogtreecommitdiff
path: root/ridljar/JunitTest_typedesc.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-02-20 12:10:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-02-20 12:10:39 +0100
commit5e0c6ab6254b129b664a32e5b94046085316e372 (patch)
treee407090b86099175b89bf995a92dd634f20ee86b /ridljar/JunitTest_typedesc.mk
parent73da209a2775583ece3218893fd5659c1290cd70 (diff)
Make ridljar JunitTests work
Diffstat (limited to 'ridljar/JunitTest_typedesc.mk')
-rw-r--r--ridljar/JunitTest_typedesc.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/ridljar/JunitTest_typedesc.mk b/ridljar/JunitTest_typedesc.mk
index 2242e9daf065..8b2afd0d16d3 100644
--- a/ridljar/JunitTest_typedesc.mk
+++ b/ridljar/JunitTest_typedesc.mk
@@ -28,7 +28,6 @@
$(eval $(call gb_JunitTest_JunitTest,ridljar_typedesc))
$(eval $(call gb_JunitTest_add_jars,ridljar_typedesc,\
- $(OUTDIR)/bin/OOoRunnerLight.jar \
$(OUTDIR)/bin/ridl.jar \
))
@@ -36,4 +35,8 @@ $(eval $(call gb_JunitTest_add_sourcefiles,ridljar_typedesc,\
ridljar/test/com/sun/star/lib/uno/typedesc/TypeDescription_Test \
))
+$(eval $(call gb_JunitTest_add_classes,ridljar_typedesc,\
+ com.sun.star.lib.uno.typedesc.TypeDescription_Test \
+))
+
# vim:set shiftwidth=4 softtabstop=4 expandtab: