From cc6cc8f6b8be4f42d93e2380d4d8079f34cda0a9 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 19 May 2012 01:25:08 +0200 Subject: create batch files for test Change-Id: I651bcd35c0a29917bcea21e26a3985b8cf101f7e --- testtools/Rdb_uno_services.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testtools/Rdb_uno_services.mk') 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: -- cgit