summaryrefslogtreecommitdiff
path: root/sw/UITest_sw_sidebar.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-01-18 17:52:19 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-01-18 23:35:23 +0100
commit708ac46fa50de19878446571a5930e2e2d4a36a5 (patch)
treeda4bd7d583e4ff4bdbb52645f50bdc57a36c4732 /sw/UITest_sw_sidebar.mk
parentaa5fae48f377449dc142f672bc0303ceb3fe371e (diff)
uitest: sw: test load styles from template
Also add a new module for sidebar tests Change-Id: Iba823907f2a71d590152c17855355ed5a0a44326 Change-Id: I41a023468a90ca7d79822b6a1c78bf24ee971bc8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109566 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/UITest_sw_sidebar.mk')
-rw-r--r--sw/UITest_sw_sidebar.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_sw_sidebar.mk b/sw/UITest_sw_sidebar.mk
new file mode 100644
index 000000000000..8a087e14fa43
--- /dev/null
+++ b/sw/UITest_sw_sidebar.mk
@@ -0,0 +1,16 @@
+# 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,sw_sidebar))
+
+$(eval $(call gb_UITest_add_modules,sw_sidebar,$(SRCDIR)/sw/qa/uitest,\
+ sidebar/ \
+))
+
+$(eval $(call gb_UITest_set_defs,sw_sidebar, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/data" \
+))