summaryrefslogtreecommitdiff
path: root/sw/UITest_sw_findReplace.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-04-04 08:52:23 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-04-04 09:53:12 +0200
commita3fdb6c5c2899a3d5ed9c60f35cc3ef53ce85acd (patch)
treec7a50fb5c49d13d6011f16e3cc66bb8bac35af65 /sw/UITest_sw_findReplace.mk
parenta7d957d98edf6ea680f9ff086a1d0722f8d12408 (diff)
uitest: disambiguate UITest_findReplace
There was an sw and an sd one as well. Change-Id: I3d031674f6866a779d44ce642339ec59bf2c82cb Reviewed-on: https://gerrit.libreoffice.org/70236 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/UITest_sw_findReplace.mk')
-rw-r--r--sw/UITest_sw_findReplace.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_sw_findReplace.mk b/sw/UITest_sw_findReplace.mk
new file mode 100644
index 000000000000..6218c2e423c8
--- /dev/null
+++ b/sw/UITest_sw_findReplace.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_findReplace))
+
+$(eval $(call gb_UITest_add_modules,sw_findReplace,$(SRCDIR)/sw/qa/uitest,\
+ findReplace/ \
+))
+
+$(eval $(call gb_UITest_set_defs,sw_findReplace, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
+))