# -*- 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_JunitTest_JunitTest,sc_complex)) # sc/qa/complex/calcPreview/ tests do not work autmatically (they request "Press # any key after resizing" etc.) $(eval $(call gb_JunitTest_add_classes,sc_complex, \ complex.cellRanges.CheckXCellRangesQuery \ complex.dataPilot.CheckDataPilot \ complex.sc.CalcRTL \ )) $(eval $(call gb_JunitTest_use_jars,sc_complex, \ OOoRunner \ jurt \ ridl \ test \ unoil \ )) $(eval $(call gb_JunitTest_add_sourcefiles,sc_complex, \ sc/qa/complex/cellRanges/CheckXCellRangesQuery \ sc/qa/complex/dataPilot/CheckDataPilot \ sc/qa/complex/dataPilot/_XDataPilotDescriptor \ sc/qa/complex/dataPilot/_XDataPilotTable \ sc/qa/complex/dataPilot/_XNamed \ sc/qa/complex/dataPilot/_XPropertySet \ sc/qa/complex/sc/CalcRTL \ )) $(eval $(call gb_JunitTest_set_defs,sc_complex, \ $$(DEFS) \ )) # vim: set noet sw=4 ts=4: mini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv/gbuild/HelpTarget.mk
AgeCommit message (Expand)Author
2022-12-13use $(file …) directly instead of gb_var2file when not used as intermediateChristian Lohmaier
2022-12-13gb_var2file: remove now unused chunk-size parameterChristian Lohmaier
2021-11-04Resolves: tdf#97046 ensure build system variables start with gb_Sabyasachi Bhoi
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2018-05-02tdf#116240: Include --with-help=html in installation setsStephan Bergmann
2017-12-07allow to build only HTML helpDavid Tardon
2015-06-22Fix typosAndrea Gelmini
2014-09-12Handle LIBO_SHARE_HELP_FOLDERTor Lillqvist
2013-11-12gbuild: HelpTarget: more incremental rebuild fixingMichael Stahl
2013-11-10gbuild: HelpTarget: need more recipes...Michael Stahl
2013-11-08gbuild: HelpTarget: avoid spurious rebuilds on missing translationMichael Stahl
2013-10-28gbuild: remove internal calls to gb_Package_set_outdir with INSTROOTMichael Stahl
2013-10-24xmlhelp: remove Package_xslMichael Stahl
2013-09-23Try to fix cross-compilationTor Lillqvist
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
2013-05-10gbuild: HelpTarget: delete clucene generated files in HelpIndexTargetMichael Stahl
2013-05-02Make localization a bit more effectiveZolnai Tamás
2013-04-21Some changes in qtz handlingZolnai Tamás
2013-04-15gbuild: deliver help files as packagesDavid Tardon
2013-04-15gbuild: pass config. file to HelpTarget explicitlyDavid Tardon
2013-04-06provide an easy way to depend on makefile from gbuild classesDavid Tardon
2013-03-27Using ":" as separator conflicts with Windows C:/... pathsStephan Bergmann
2013-03-26gbuild: HelpTarget: use zip --filesync --must-matchMichael Stahl
2013-03-26gbuild: HelpTarget: delete index files before creating themMichael Stahl
2013-03-26gbuild: HelpTarget: handle incremental build with removed filesMichael Stahl
2013-03-04create qtz help packs tooDavid Tardon
2013-02-28remove superfluous targetDavid Tardon
2013-02-28remove superfluous targetDavid Tardon
2013-02-28fix typoDavid Tardon
2013-02-28add missing deps for translations of other modulesDavid Tardon
2013-02-28pack help index files correctlyDavid Tardon
2013-02-28do not create index for shared help moduleDavid Tardon
2013-02-28hack for adding err.html into shared help packDavid Tardon
2013-02-27pack .cfg and .tree filesDavid Tardon
2013-02-27actually pack the help jarDavid Tardon
2013-02-26add support for building help packs into gbuildDavid Tardon