summaryrefslogtreecommitdiff
path: root/sc/UITest_conditional_format.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-02-19 23:56:13 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-02-27 09:42:46 +0000
commitc873f8d75a2a4bc28a13553755c6d38b0e026e11 (patch)
tree88e81c7f08301f12d0df75317b8078d3eb39b971 /sc/UITest_conditional_format.mk
parent2b0748ed1fb727cb52b5c9e423b00242d155d099 (diff)
uitest: move all the conditional format tests into an own test
Change-Id: I5673341b05c8352bc1d46f1483c265ccdc6a1cc5 Reviewed-on: https://gerrit.libreoffice.org/34667 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/UITest_conditional_format.mk')
-rw-r--r--sc/UITest_conditional_format.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/sc/UITest_conditional_format.mk b/sc/UITest_conditional_format.mk
new file mode 100644
index 000000000000..4bc05b0970f8
--- /dev/null
+++ b/sc/UITest_conditional_format.mk
@@ -0,0 +1,15 @@
+# -*- 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,conditional_format))
+
+$(eval $(call gb_UITest_add_modules,conditional_format,$(SRCDIR)/sc/qa/uitest,\
+ conditional_format/ \
+))
+# vim: set noet sw=4 ts=4: