0bc1e81047
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>
15 lines
494 B
Makefile
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:
|