summaryrefslogtreecommitdiff
path: root/testtools/Rdb_uno_services.mk
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-05-17 22:47:19 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:34:56 +0200
commitd9937dd653ebf5e0eb3e1d5f6ea6eb3dacf79a1b (patch)
tree845cedaeb5894177a9703ba1a847b123de79d7a4 /testtools/Rdb_uno_services.mk
parent963241ce22da7c820c7755299b689d6979d19527 (diff)
CustomTarget_uno_test added.
Change-Id: Ia6b99cc7ec7d911d46354c1c892d8a6bbd23e188
Diffstat (limited to 'testtools/Rdb_uno_services.mk')
-rw-r--r--testtools/Rdb_uno_services.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/testtools/Rdb_uno_services.mk b/testtools/Rdb_uno_services.mk
index 768463b8474e..7775c942f1dd 100644
--- a/testtools/Rdb_uno_services.mk
+++ b/testtools/Rdb_uno_services.mk
@@ -26,18 +26,10 @@
$(eval $(call gb_Rdb_Rdb,uno_services))
-$(eval $(call gb_Rdb_use_custom_headers,uno_services,testtools/bridgetest_testComponent))
-
$(eval $(call gb_Rdb_add_components,uno_services,\
testtools/source/bridgetest/cppobj \
testtools/source/bridgetest/constructors \
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: