summaryrefslogtreecommitdiff
path: root/sc/UITest_autofilter.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-26 23:00:24 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-27 00:52:02 +0000
commit5d420856d432ff178560b2be37d33c6ddc439397 (patch)
tree6d7d6e0852a9133e0cc52b0d01c3efa3dd962d06 /sc/UITest_autofilter.mk
parentb3d498755238cb0d9a7a3e33b6070c1e4c0e3482 (diff)
add test for tdf#106214
Change-Id: I9998aa40c3831a6033d4d61a6eab90d639ec5aa9 Reviewed-on: https://gerrit.libreoffice.org/35731 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/UITest_autofilter.mk')
-rw-r--r--sc/UITest_autofilter.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/sc/UITest_autofilter.mk b/sc/UITest_autofilter.mk
new file mode 100644
index 000000000000..93bf17200bb1
--- /dev/null
+++ b/sc/UITest_autofilter.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,autofilter))
+
+$(eval $(call gb_UITest_add_modules,autofilter,$(SRCDIR)/sc/qa/uitest,\
+ autofilter/ \
+))
+# vim: set noet sw=4 ts=4: