summaryrefslogtreecommitdiff
path: root/sfx2/UITest_sfx2_doc.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-06-16 16:30:56 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-06-29 09:08:01 +0200
commitbec61d70434cc1c996230e553f33f5d1e0a6b430 (patch)
tree39e0bbdbf8f378307b8e0c3fc971a9cc1d679f96 /sfx2/UITest_sfx2_doc.mk
parent0a3b7e5b878576daa61fbd5c075df1ede35773ed (diff)
sfx2: add uitest for pdf signing
Fails with 058caeef45f9abf12e4e243aafbbb1c2ebcbc057 (tdf#130354 sfx2: make PDF signing UI work again, 2020-06-02) reverted. (cherry picked from commit bfe6500f2560f13a2114a52167bcee4f997da037) Change-Id: I4f4ffaeed4b93c033bc2fdaa76ff817d172c8853 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97244 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sfx2/UITest_sfx2_doc.mk')
-rw-r--r--sfx2/UITest_sfx2_doc.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/sfx2/UITest_sfx2_doc.mk b/sfx2/UITest_sfx2_doc.mk
new file mode 100644
index 000000000000..b5e3ef8cebde
--- /dev/null
+++ b/sfx2/UITest_sfx2_doc.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,sfx2_doc))
+
+$(eval $(call gb_UITest_add_modules,sfx2_doc,$(SRCDIR)/sfx2/qa/uitest,\
+ doc/ \
+))
+
+$(eval $(call gb_UITest_set_defs,sfx2_doc, \
+ TDOC="$(SRCDIR)/sfx2/qa/uitest/doc/data" \
+))
+
+# vim: set noet sw=4 ts=4: