summaryrefslogtreecommitdiff
path: root/testtools/Jar_testComponent.mk
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-05-17 00:35:06 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:34:52 +0200
commit5c9cf35412537f9fd030b65b260ca91228db574f (patch)
treea2227d26c9e981e67dde4c97ab98aa27e4268b8a /testtools/Jar_testComponent.mk
parentfa94dbf210e85db744473be8404eb66be6799a15 (diff)
testComponent is now building correctly
Change-Id: I I58cabe71ffa6ba05652ba98b61c71d8919456323
Diffstat (limited to 'testtools/Jar_testComponent.mk')
-rw-r--r--testtools/Jar_testComponent.mk14
1 files changed, 13 insertions, 1 deletions
diff --git a/testtools/Jar_testComponent.mk b/testtools/Jar_testComponent.mk
index 1bfd5c3e00dc..6cba30873faf 100644
--- a/testtools/Jar_testComponent.mk
+++ b/testtools/Jar_testComponent.mk
@@ -32,9 +32,21 @@ $(eval $(call gb_Jar_use_jars,testComponent,\
$(OUTDIR)/bin/juh.jar \
))
+$(eval $(call gb_Jar_use_customtargets,testComponent,\
+ testtools/bridgetest_javamaker \
+))
+
+$(eval $(call gb_Jar_use_jars,testComponent,\
+ $(WORKDIR)/CustomTarget/testtools/bridgetest_javamaker/class \
+))
+
$(eval $(call gb_Jar_set_packageroot,testComponent,com))
-$(eval $(call gb_Jar_set_manifest,testComponent,$(SRCDIR)/testtools/com/sun/star/comp/bridge/Manifest.mf))
+$(eval $(call gb_Jar_set_manifest,testComponent,$(SRCDIR)/testtools/com/sun/star/comp/bridge/manifest))
+
+$(eval $(call gb_Jar_add_packagedirs,testComponent,\
+ $(WORKDIR)/CustomTarget/testtools/bridgetest_javamaker/class/test \
+))
$(eval $(call gb_Jar_add_sourcefiles,testComponent,\
testtools/com/sun/star/comp/bridge/TestComponent \