office-gobmx/sw/UITest_sw_findBar.mk
Xisco Fauli 0979798658 uitest: move findBar tests to their own folder
Change-Id: I083b5c63a1c96e36d958e3071d9a7b2be14373bd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105973
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2020-11-17 11:47:43 +01:00

16 lines
477 B
Makefile

# 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_findBar))
$(eval $(call gb_UITest_add_modules,sw_findBar,$(SRCDIR)/sw/qa/uitest,\
findBar/ \
))
$(eval $(call gb_UITest_set_defs,sw_findBar, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))