summaryrefslogtreecommitdiff
path: root/sc/UITest_calc_tests9.mk
blob: bba170fdf80fa63857a4fd20f565241cb88ab9c1 (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,calc_tests9))

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

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

# vim: set noet sw=4 ts=4:
cs sometimes are sensitive to the quality of ...Todor Balabanov 2021-05-03clean up some Java warningsNoel Grandin 2020-09-25value and targetValue cannot be null at this pointNoel Grandin 2020-07-28Related tdf#135211: return early if no dataJulien Nabet 2020-07-28Typo: Swam->SwarmJulien Nabet 2019-09-06Fixing '....'Andrea Gelmini 2019-06-03Checking of min and max factor value was added.Todor Balabanov 2019-06-03Range for DE scaling factor was implemented.Todor Balabanov