summaryrefslogtreecommitdiff
path: root/sc/UITest_pasteSpecial.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-07-05 13:07:54 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-07-05 14:00:41 +0200
commitbec391133da18e1c7c0e7f3d562bceeb6f93b497 (patch)
tree1286d14d08923b2633e48742c0679ff9c8105a15 /sc/UITest_pasteSpecial.mk
parent89a3caee73c476133af804d9a0a650e72e711d95 (diff)
uitest: sc: move pasteSpecial tests to their own folder
Change-Id: I19dcb65937bb25ccc74f347788a554450fb291f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118410 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/UITest_pasteSpecial.mk')
-rw-r--r--sc/UITest_pasteSpecial.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/sc/UITest_pasteSpecial.mk b/sc/UITest_pasteSpecial.mk
new file mode 100644
index 000000000000..6da1278138c7
--- /dev/null
+++ b/sc/UITest_pasteSpecial.mk
@@ -0,0 +1,20 @@
+# -*- 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_UITest_UITest,pasteSpecial))
+
+$(eval $(call gb_UITest_add_modules,pasteSpecial,$(SRCDIR)/sc/qa/uitest,\
+ pasteSpecial/ \
+))
+
+$(eval $(call gb_UITest_set_defs,pasteSpecial, \
+ TDOC="$(SRCDIR)/sc/qa/uitest/data" \
+))
+
+# vim: set noet sw=4 ts=4: