summaryrefslogtreecommitdiff
path: root/forms/JunitTest_forms_unoapi_1.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-05-29 02:10:29 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2015-05-29 11:54:05 +0000
commit5fe011ae025d7d354ca0647189524843a444ffba (patch)
tree00ba4701dd9902c0eda2cc65641547f939c2b4b1 /forms/JunitTest_forms_unoapi_1.mk
parent5c85974066306137907534c0473e17c56844876d (diff)
split forms unoapi test for performance
- test previously took 2m51s here - slowest part is now 54s Change-Id: Ib81fcb1a6e27dd54e0c3a319ff065166d57654ff Reviewed-on: https://gerrit.libreoffice.org/15959 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'forms/JunitTest_forms_unoapi_1.mk')
-rw-r--r--forms/JunitTest_forms_unoapi_1.mk31
1 files changed, 31 insertions, 0 deletions
diff --git a/forms/JunitTest_forms_unoapi_1.mk b/forms/JunitTest_forms_unoapi_1.mk
new file mode 100644
index 000000000000..766496355b63
--- /dev/null
+++ b/forms/JunitTest_forms_unoapi_1.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,forms_unoapi_1))
+
+$(eval $(call gb_JunitTest_set_defs,forms_unoapi_1,\
+ $$(DEFS) \
+ -Dorg.openoffice.test.arg.sce=$(SRCDIR)/forms/qa/unoapi/forms_1.sce \
+ -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/forms/qa/unoapi/knownissues.xcl \
+ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/forms/qa/unoapi/testdocuments \
+))
+
+$(eval $(call gb_JunitTest_use_jars,forms_unoapi_1,\
+ OOoRunner \
+ ridl \
+ test \
+ unoil \
+ jurt \
+))
+
+$(eval $(call gb_JunitTest_add_classes,forms_unoapi_1,\
+ org.openoffice.test.UnoApiTest \
+))
+
+# vim: set noet sw=4 ts=4: