summaryrefslogtreecommitdiff
path: root/sc/UITest_validity.mk
blob: eb1c8eb3b57b5f7ba99cc2cfff8bcae338f81f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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,validity))

$(eval $(call gb_UITest_add_modules,validity,$(SRCDIR)/sc/qa/uitest,\
	validity/ \
))

$(eval $(call gb_UITest_set_defs,validity, \
    TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \
))

# vim: set noet sw=4 ts=4:
/tr> 2013-04-24move URE headers to include/David Tardon 2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl 2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-11-27pyuno: add python_headers external and use it for wrapperMichael Stahl 2012-11-27Switch from python to python3Michael Stahl 2012-10-31add missing deps on sal headersDavid Tardon 2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl