summaryrefslogtreecommitdiff
path: root/sc/JunitTest_sc_unoapi_4.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-05-29 01:11:25 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2015-05-29 11:49:54 +0000
commite4c3a73e30ecd8c82473f4dc5f16a74b6f50d15f (patch)
tree18daffa1e328204c333b64ac53c75afedec3b9a3 /sc/JunitTest_sc_unoapi_4.mk
parent560c3fdca41843c29ea33c1e9c14429537f4e4b6 (diff)
split sc unoapi test for performance
- test previously took 4m21s here - slowest part is now 54s Change-Id: I2abd645e9bdcebc976b07ba0d2ccbd62cbbf71ed Reviewed-on: https://gerrit.libreoffice.org/15956 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'sc/JunitTest_sc_unoapi_4.mk')
-rw-r--r--sc/JunitTest_sc_unoapi_4.mk31
1 files changed, 31 insertions, 0 deletions
diff --git a/sc/JunitTest_sc_unoapi_4.mk b/sc/JunitTest_sc_unoapi_4.mk
new file mode 100644
index 000000000000..7cc0629df35b
--- /dev/null
+++ b/sc/JunitTest_sc_unoapi_4.mk
@@ -0,0 +1,31 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_JunitTest_JunitTest,sc_unoapi_4))
+
+$(eval $(call gb_JunitTest_add_classes,sc_unoapi_4, \
+ org.openoffice.test.UnoApiTest \
+))
+
+$(eval $(call gb_JunitTest_use_jars,sc_unoapi_4, \
+ OOoRunner \
+ jurt \
+ ridl \
+ test \
+ unoil \
+))
+
+$(eval $(call gb_JunitTest_set_defs,sc_unoapi_4,\
+ $$(DEFS) \
+ -Dorg.openoffice.test.arg.sce=$(SRCDIR)/sc/qa/unoapi/sc_4.sce \
+ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sc/qa/unoapi/testdocuments \
+ -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/sc/qa/unoapi/knownissues.xcl \
+))
+
+# vim: set noet sw=4 ts=4: