summaryrefslogtreecommitdiff
path: root/sc/UITest_pageFormat.mk
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2019-02-21 16:34:51 +0100
committerZdenek Crhonek <zcrhonek@gmail.com>2019-02-22 06:39:28 +0100
commit3114e187e5abd34207f220b6d9f42b63b4fe0bd8 (patch)
treedd3c4e2ff0e09fcebf336d290a57d3b1fbaca3fb /sc/UITest_pageFormat.mk
parentb1ede813da23ab54ab7df0fa92cb5bbfcc524aae (diff)
uitest for bug tdf#123508
Change-Id: Iab59789ce57295d204ad475cd5405bcdd1f5b9ef Reviewed-on: https://gerrit.libreoffice.org/68164 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sc/UITest_pageFormat.mk')
-rw-r--r--sc/UITest_pageFormat.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/sc/UITest_pageFormat.mk b/sc/UITest_pageFormat.mk
new file mode 100644
index 000000000000..1cb0e0f9174f
--- /dev/null
+++ b/sc/UITest_pageFormat.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,pageFormat))
+
+$(eval $(call gb_UITest_add_modules,pageFormat,$(SRCDIR)/sc/qa/uitest,\
+ pageFormat/ \
+))
+
+$(eval $(call gb_UITest_set_defs,pageFormat, \
+ TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \
+))
+
+# vim: set noet sw=4 ts=4: