summaryrefslogtreecommitdiff
path: root/testtools/Rdb_uno_services.mk
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-05-19 01:25:08 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:34:59 +0200
commitcc6cc8f6b8be4f42d93e2380d4d8079f34cda0a9 (patch)
tree6a87da799a51615016a8acf62d078eb8df879c15 /testtools/Rdb_uno_services.mk
parent84b6bb4ba854234eb7c7e736013ef6fbb2d22507 (diff)
create batch files for test
Change-Id: I651bcd35c0a29917bcea21e26a3985b8cf101f7e
Diffstat (limited to 'testtools/Rdb_uno_services.mk')
-rw-r--r--testtools/Rdb_uno_services.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/testtools/Rdb_uno_services.mk b/testtools/Rdb_uno_services.mk
index 7775c942f1dd..9fc0dea60577 100644
--- a/testtools/Rdb_uno_services.mk
+++ b/testtools/Rdb_uno_services.mk
@@ -32,4 +32,10 @@ $(eval $(call gb_Rdb_add_components,uno_services,\
testtools/source/bridgetest/bridgetest \
))
+ifneq ($(SOLAR_JAVA),)
+$(eval $(call gb_Rdb_add_components,uno_services,\
+ testtools/source/bridgetest/testComponent \
+))
+endif
+
# vim:set shiftwidth=4 softtabstop=4 expandtab: