summaryrefslogtreecommitdiff
path: root/sc/UITest_search_replace.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-08 22:23:54 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-09 04:28:23 +0200
commit0bc1e8104719b1ed9f8271f9dde407f10fb88df0 (patch)
treee5f44464b3ad44d5d387d925f8e01d88267865d6 /sc/UITest_search_replace.mk
parent5a345f714f67594bb9e3f8914e89975a937872cf (diff)
add test for tdf#106194
Change-Id: I63ae36e0e218e7e40ed28024d91b0d7a9654e965 Reviewed-on: https://gerrit.libreoffice.org/36305 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/UITest_search_replace.mk')
-rw-r--r--sc/UITest_search_replace.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/sc/UITest_search_replace.mk b/sc/UITest_search_replace.mk
new file mode 100644
index 000000000000..6888b3018c2f
--- /dev/null
+++ b/sc/UITest_search_replace.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,search_replace))
+
+$(eval $(call gb_UITest_add_modules,search_replace,$(SRCDIR)/sc/qa/uitest,\
+ search_replace/ \
+))
+# vim: set noet sw=4 ts=4: