summaryrefslogtreecommitdiff
path: root/sfx2/JunitTest_sfx2_complex.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2011-01-19 14:16:46 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2011-01-19 14:16:46 +0100
commit526f8f9a9caa29d8687c8bddb20a60994a8d67ce (patch)
tree2ce1c7a3f8f94c6018946e6b5fa56147aa7596d5 /sfx2/JunitTest_sfx2_complex.mk
parent0e9406ad207a9eaff584dd8adc5f10cab55b441c (diff)
gnumake3: #i116390# finishing support for Junittests in gbuild
Diffstat (limited to 'sfx2/JunitTest_sfx2_complex.mk')
-rwxr-xr-xsfx2/JunitTest_sfx2_complex.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/sfx2/JunitTest_sfx2_complex.mk b/sfx2/JunitTest_sfx2_complex.mk
index ab8c90e47347..fbb1e11d8c8c 100755
--- a/sfx2/JunitTest_sfx2_complex.mk
+++ b/sfx2/JunitTest_sfx2_complex.mk
@@ -32,6 +32,14 @@ $(eval $(call gb_JunitTest_set_defs,sfx2_complex,\
-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sfx2/qa/complex/framework/testdocuments \
))
+$(eval $(call gb_JunitTest_add_jars,sfx2_complex,\
+ $(OUTDIR)/bin/OOoRunner.jar \
+ $(OUTDIR)/bin/ridl.jar \
+ $(OUTDIR)/bin/test.jar \
+ $(OUTDIR)/bin/unoil.jar \
+ $(OUTDIR)/bin/jurt.jar \
+))
+
$(eval $(call gb_JunitTest_add_sourcefiles,sfx2_complex,\
sfx2/qa/complex/framework/CheckGlobalEventBroadcaster_writer1 \
sfx2/qa/complex/framework/DocumentMetadataAccessTest \