office-gobmx/uitest/UITest_demo_ui.mk
Stephan Bergmann a183955aca Fix one more get_url_for_data_file
Change-Id: I22d556fe4719fc8e7b53c66b778f6b4196f8f024
Reviewed-on: https://gerrit.libreoffice.org/70523
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-04-10 18:16:41 +02:00

20 lines
559 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,demo_ui))
$(eval $(call gb_UITest_add_modules,demo_ui,$(SRCDIR)/uitest,\
demo_ui/ \
))
$(eval $(call gb_UITest_set_defs,demo_ui, \
TDOC="$(SRCDIR)/uitest/demo_ui/data" \
))
# vim: set noet sw=4 ts=4: