summaryrefslogtreecommitdiff
path: root/sc/UITest_goalSeek.mk
blob: 0990482e7fd2e9f41c049719f4dfe1390af7fd3e (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,goalSeek))

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

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

# vim: set noet sw=4 ts=4:
a16af0d'>5th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-31com::sun::star->css in svxNoel Grandin 2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara 2015-03-09V801: Decreased performanceCaolán McNamara 2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan 2014-09-01Consistency around SfxUInt32Item in svx/svx3ditems.hxxStephan Bergmann 2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist 2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist 2014-03-11svx: sal_Bool->boolNoel Grandin 2014-02-26Remove visual noise from svxAlexander Wilms 2013-07-26convert TakeObjNamePlural family to OUStringCaolán McNamara 2013-07-25convert TakeObjNameSingul family to OUStringCaolán McNamara 2013-03-21sal_Bool to boolTakeshi Abe 2012-11-27re-base on ALv2 code. Includes:Michael Meeks 2012-08-07drop bogus eof linesThomas Arnhold