office-gobmx/sc/UITest_search_replace.mk
Markus Mohrhard 0bc1e81047 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>
2017-04-09 04:28:23 +02:00

15 lines
494 B
Makefile

# -*- 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: