summaryrefslogtreecommitdiffstats
path: root/testtools/InternalUnoApi_bridgetest.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-28 16:43:18 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-28 16:56:16 +0100
commit6111068d52a3d60a326866a2bccc998f50b66398 (patch)
tree672e222cbbd6af86a8ea95f932bdfa3bf28284c2 /testtools/InternalUnoApi_bridgetest.mk
parentridljar etc.: javamaker invocations must rm -r targetdir (diff)
downloadcore-6111068d52a3d60a326866a2bccc998f50b66398.tar.gz
core-6111068d52a3d60a326866a2bccc998f50b66398.zip
testtools: add com.sun.star.test.performance.XPerformanceTest ...
... back, which was removed from udkapi in 771914ab1482af600b11dfe789182604802d1046. Change-Id: I266f2d4fd01dc01a839f5c608ec8c45be76165c0
Diffstat (limited to 'testtools/InternalUnoApi_bridgetest.mk')
-rw-r--r--testtools/InternalUnoApi_bridgetest.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/testtools/InternalUnoApi_bridgetest.mk b/testtools/InternalUnoApi_bridgetest.mk
index 643a8d9a3237..fd627e7593f6 100644
--- a/testtools/InternalUnoApi_bridgetest.mk
+++ b/testtools/InternalUnoApi_bridgetest.mk
@@ -39,4 +39,8 @@ $(eval $(call gb_InternalUnoApi_add_idlfiles,bridgetest,testtools/source/bridget
bridgetest \
))
+$(eval $(call gb_InternalUnoApi_add_idlfiles,bridgetest,testtools/source/bridgetest/idl/com/sun/star/test/performance,\
+ XPerformanceTest \
+))
+
# vim:set shiftwidth=4 softtabstop=4 expandtab: