summaryrefslogtreecommitdiffstats
path: root/testtools
diff options
context:
space:
mode:
Diffstat (limited to 'testtools')
-rw-r--r--testtools/InternalUnoApi_bridgetest.mk11
-rw-r--r--testtools/InternalUnoApi_performance.mk11
2 files changed, 2 insertions, 20 deletions
diff --git a/testtools/InternalUnoApi_bridgetest.mk b/testtools/InternalUnoApi_bridgetest.mk
index dfe8344337ba..355f81f9a457 100644
--- a/testtools/InternalUnoApi_bridgetest.mk
+++ b/testtools/InternalUnoApi_bridgetest.mk
@@ -7,19 +7,10 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_InternalUnoApi_InternalUnoApi,bridgetest))
+$(eval $(call gb_InternalUnoApi_InternalUnoApi,bridgetest,testtools/source/bridgetest/idl/bridgetest.idl))
$(eval $(call gb_InternalUnoApi_use_api,bridgetest,\
udkapi \
))
-$(eval $(call gb_InternalUnoApi_set_include,bridgetest,\
- -I$(SRCDIR)/udkapi \
- $$(INCLUDE) \
-))
-
-$(eval $(call gb_InternalUnoApi_add_idlfiles,bridgetest,testtools/source/bridgetest/idl,\
- bridgetest \
-))
-
# vim:set noet sw=4 ts=4:
diff --git a/testtools/InternalUnoApi_performance.mk b/testtools/InternalUnoApi_performance.mk
index 978eb09d2e3c..865972c550c9 100644
--- a/testtools/InternalUnoApi_performance.mk
+++ b/testtools/InternalUnoApi_performance.mk
@@ -7,19 +7,10 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_InternalUnoApi_InternalUnoApi,performance))
+$(eval $(call gb_InternalUnoApi_InternalUnoApi,performance,testtools/source/bridgetest/idl/com/sun/star/test/performance/XPerformanceTest.idl))
$(eval $(call gb_InternalUnoApi_use_api,performance,\
udkapi \
))
-$(eval $(call gb_InternalUnoApi_set_include,performance,\
- -I$(SRCDIR)/udkapi \
- $$(INCLUDE) \
-))
-
-$(eval $(call gb_InternalUnoApi_add_idlfiles,performance,testtools/source/bridgetest/idl/com/sun/star/test/performance,\
- XPerformanceTest \
-))
-
# vim:set noet sw=4 ts=4: