summaryrefslogtreecommitdiff
path: root/uitest/UITest_writer_demo1.mk
blob: e951e4ad2b9d6613f3dbd247d923f868693906ac (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,writer_demo1))

$(eval $(call gb_UITest_add_modules,writer_demo1,$(SRCDIR)/uitest,\
	writer_tests1/ \
))

$(eval $(call gb_UITest_set_defs,writer_demo1, \
    TDOC="$(SRCDIR)/uitest/writer_tests/data" \
))

# vim: set noet sw=4 ts=4:
esttools?id=5e04ec1e7d5adc9f14ea803d765aa42f8b0e08cd'>typo: inteface -> interfaceThomas Arnhold 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-10testtools: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann 2014-02-27normalize values of CROSS_COMPILINGMichael Stahl 2014-02-27Remove visual noise from testtoolsAlexander Wilms 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-10Typo: execption -> exceptionJulien Nabet 2014-02-04gbuild: component files for Jars in NONE layer and move testComponentMichael Stahl 2014-01-28bool improvementsStephan Bergmann 2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann 2013-12-16Clean-up uno/lbnames.hStephan Bergmann 2013-12-04Revert "throw new ..." fix in Managed C++ codeStephan Bergmann 2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin 2013-11-19-Werror,-Wunused-variableStephan Bergmann 2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin 2013-11-14-Werror,-Wunused-member-functionStephan Bergmann 2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin 2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin 2013-10-31solver doesn't solve anything...Michael Stahl 2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin 2013-10-28gbuild: refactor CliUnoApiMichael Stahl 2013-10-25stop looking for Jar files in solverMichael Stahl 2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza 2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara 2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl 2013-09-19Directly build UNOIDL .rdb files from .idl filesStephan Bergmann 2013-09-18There are two distinct InternalUnoApis in testtoolsStephan Bergmann 2013-09-10gbuild: use xml .rdb files directly from workdirMatúš Kukan 2013-08-29Fix testtools/CustomTarget_bridgetest.mk scripts for Mac OS XStephan Bergmann 2013-08-27The testtools component libs are layer NONE, not URELIBStephan Bergmann 2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist