office-gobmx/sc/UITest_conditional_format.mk
Markus Mohrhard c873f8d75a uitest: move all the conditional format tests into an own test
Change-Id: I5673341b05c8352bc1d46f1483c265ccdc6a1cc5
Reviewed-on: https://gerrit.libreoffice.org/34667
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-02-27 09:42:46 +00:00

15 lines
506 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,conditional_format))
$(eval $(call gb_UITest_add_modules,conditional_format,$(SRCDIR)/sc/qa/uitest,\
conditional_format/ \
))
# vim: set noet sw=4 ts=4: