summaryrefslogtreecommitdiff
path: root/sc/UITest_inputLine.mk
blob: 41e21d7a42abb06af891bdfd12393adccd7927b6 (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,inputLine))

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

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

# vim: set noet sw=4 ts=4:
=7557f23b31dcfb4d86c122bb34d9675c0db9a694'>java: reduce visibility of fields and methodsNoel Grandin 2014-11-18java: make fields final where possibleNoel Grandin 2014-10-16java: always use braces for while loopsNoel Grandin 2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin