# -*- 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_CppunitTest_CppunitTest,dbaccess_empty_stdlib_save)) $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_empty_stdlib_save, \ dbaccess/qa/extras/empty-stdlib-save \ )) $(eval $(call gb_CppunitTest_use_externals,dbaccess_empty_stdlib_save,\ boost_headers \ )) $(eval $(call gb_CppunitTest_use_libraries,dbaccess_empty_stdlib_save, \ basegfx \ comphelper \ cppu \ cppuhelper \ dba \ dbu \ sdbt \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sb \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ subsequenttest \ tl \ tk \ ucbhelper \ unotest \ utl \ vbahelper \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_use_api,dbaccess_empty_stdlib_save,\ offapi \ oovbaapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,dbaccess_empty_stdlib_save)) $(eval $(call gb_CppunitTest_use_vcl,dbaccess_empty_stdlib_save)) $(eval $(call gb_CppunitTest_use_components,dbaccess_empty_stdlib_save,\ basic/util/sb \ comphelper/util/comphelp \ configmgr/source/configmgr \ dbaccess/util/dba \ dbaccess/util/dbu \ dbaccess/util/sdbt \ dbaccess/source/filter/xml/dbaxml \ filter/source/config/cache/filterconfig1 \ forms/util/frm \ framework/util/fwk \ i18npool/util/i18npool \ linguistic/source/lng \ oox/util/oox \ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ scripting/source/basprov/basprov \ scripting/util/scriptframe \ sfx2/util/sfx \ sot/util/sot \ svl/source/fsstor/fsstorage \ svl/util/svl \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ ucb/source/ucp/tdoc/ucptdoc1 \ unotools/util/utl \ unoxml/source/rdf/unordf \ unoxml/source/service/unoxml \ uui/util/uui \ xmloff/util/xo \ )) $(eval $(call gb_CppunitTest_use_configuration,dbaccess_empty_stdlib_save)) $(call gb_CppunitTest_get_target,dbaccess_empty_stdlib_save) : $(WORKDIR)/CppunitTest/testEmptyStdlibSave.odb $(WORKDIR)/CppunitTest/testEmptyStdlibSave.odb : $(SRCDIR)/dbaccess/qa/extras/testdocuments/testDialogSave.odb mkdir -p $(dir $@) cp -P -f "$<" "$@" .PHONY: $(WORKDIR)/CppunitTest/testEmptyStdlibSave.odb # vim: set noet sw=4 ts=4: ollabora/co-24.04.4'>distro/collabora/co-24.04.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/smoketest
AgeCommit message (Expand)Author
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18coverity#1358588 Uninitialized scalar fieldCaolán McNamara
2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke
2016-03-22tdf#84323: Make osl::Condition::wait more readableGurkaran
2016-02-15WaE: loplugin:cstylecastTor Lillqvist
2016-02-15smoketest: loplugin:nullptrMichael Stahl
2016-02-15Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro
2016-02-09Remove excess newlinesChris Sherlock
2015-12-10More smoketest notes.Michael Meeks
2015-11-30Use -ldl -pthread only on LinuxTor Lillqvist
2015-11-26smoketest: improve docs.Michael Meeks
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-10-29com::sun::star->css in smoketest,sotNoel Grandin
2015-10-15coverity#1326133 Logically dead codeCaolán McNamara
2015-10-14cid#1326675 DLS: Dead local storeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-04-01smoketest: run XML files through xmllint --formatMichael Stahl
2015-03-23Build libtest on Windows, tooTor Lillqvist
2014-11-18Preparation of the LibreOfficeKit for WindowsJuergen Funk
2014-11-06coverity#1000834 Use of untrusted string valueCaolán McNamara
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini