# -*- 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_RowSetClones)) $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_RowSetClones, \ dbaccess/qa/extras/rowsetclones \ )) $(eval $(call gb_CppunitTest_use_externals,dbaccess_RowSetClones,\ boost_headers \ )) $(eval $(call gb_CppunitTest_use_libraries,dbaccess_RowSetClones, \ 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_RowSetClones,\ offapi \ oovbaapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,dbaccess_RowSetClones)) $(eval $(call gb_CppunitTest_use_vcl,dbaccess_RowSetClones)) $(eval $(call gb_CppunitTest_use_components,dbaccess_RowSetClones,\ basic/util/sb \ comphelper/util/comphelp \ configmgr/source/configmgr \ connectivity/source/drivers/hsqldb/hsqldb \ $(if $(ENABLE_FIREBIRD_SDBC),connectivity/source/drivers/firebird/firebird_sdbc) \ connectivity/source/drivers/jdbc/jdbc \ connectivity/source/manager/sdbc2 \ 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_RowSetClones)) $(call gb_CppunitTest_get_target,dbaccess_RowSetClones) : $(WORKDIR)/CppunitTest/RowSetClones.odb $(WORKDIR)/CppunitTest/RowSetClones.odb : $(SRCDIR)/dbaccess/qa/extras/testdocuments/RowSetClones.odb mkdir -p $(dir $@) cp -P -f "$<" "$@" .PHONY: $(WORKDIR)/CppunitTest/RowSetClones.odb # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-09-18 17:34:28 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-09-18 19:24:31 +0200
commitaaa26a58ba0f14eab652e0ba7f8d8e66fa479582 (patch)
tree34299e87165aa7cc6c38c357b7e4deddaef76816 /testtools
parent3c1f44c91091205512098bb4f1d56333c20a1f8b (diff)
Some more WIN32_LEAN_AND_MEAN 8e590a36a6f732c9b966'>soltools: remove unused filesMatúš Kukan 2012-09-30soltools: build again ldump4 for WindowsMatúš Kukan 2012-09-29soltools: fix windows buildMatúš Kukan 2012-09-29fix windows buildDavid Tardon 2012-09-29soltools conversion to gbuildDavid Ostrovsky 2012-06-28remove malingering legacy RCS tags.Michael Meeks 2012-06-27re-base on ALv2 code.Michael Meeks 2012-06-27Remove unused include filesThomas Arnhold 2012-06-26re-base on ALv2 code.Michael Meeks 2012-06-22.pmk files don't need executable bitsMichael Stahl 2012-06-22Remove some PCH tracesThomas Arnhold 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-09Remove superfluous empty lines on topThomas Arnhold 2012-05-20Some cppcheck cleaningJulien Nabet 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-03-22WaE: ignoring return value of 'fwrite'Caolán McNamara 2012-03-16soltools: fix solaris/gcc buildMichael Stahl 2012-03-16solaris/gcc: add missing standard includesJonathan Adams 2012-02-19ST_InfoListReader and ST_InfoListWriter seem to be unusedIvan Timofeev 2012-02-17No SUN dependencies anymoreStephan Bergmann 2012-01-27Decrease verbiage a little bitTor Lillqvist 2011-12-26catch exception by constant referenceTakeshi Abe 2011-12-20Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist