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-16 17:24:53 +0200
commitbfe6500f2560f13a2114a52167bcee4f997da037 (patch)
treeda432ab9e59a8a4cb2cdbafd6b3c9502137cdb52 /sfx2/UITest_sfx2_doc.mk
parent20c17b0ffb89102d086f80303887a8594f0c3c8c (diff)
sfx2: add uitest for pdf signing
Fails with 058caeef45f9abf12e4e243aafbbb1c2ebcbc057 (tdf#130354 sfx2: make PDF signing UI work again, 2020-06-02) reverted. Change-Id: I4f4ffaeed4b93c033bc2fdaa76ff817d172c8853 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96469 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
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: