# -*- 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_CustomTarget_CustomTarget,unoidl/unoidl-write_test)) # this target is phony to run it every time .PHONY : $(call gb_CustomTarget_get_target,unoidl/unoidl-write_test) $(call gb_CustomTarget_get_target,unoidl/unoidl-write_test) : \ $(call gb_Executable_get_runtime_dependencies,unoidl-write) \ $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/attribute.tests \ $(SRCDIR)/idlc/test/parser/constant.tests \ $(SRCDIR)/idlc/test/parser/constructor.tests \ $(SRCDIR)/idlc/test/parser/interfaceinheritance.tests \ $(SRCDIR)/idlc/test/parser/methodoverload.tests \ $(SRCDIR)/idlc/test/parser/polystruct.tests \ $(SRCDIR)/idlc/test/parser/published.tests \ $(SRCDIR)/idlc/test/parser/struct.tests \ $(SRCDIR)/idlc/test/parser/typedef.tests \ | $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/.dir $(call gb_Helper_abbreviate_dirs,( \ $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/attribute.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/constant.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/constructor.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/interfaceinheritance.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/methodoverload.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/oldstyle.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/polystruct.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/published.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/struct.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb \ && $(PERL) $(SRCDIR)/solenv/bin/exectest.pl \ $(SRCDIR)/idlc/test/parser/typedef.tests \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/in.idl \ 1 $(call gb_Executable_get_command,unoidl-write) $(SRCDIR)/udkapi \ {} \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) # vim: set noet sw=4 ts=4: ption value='distro/escriba/escriba-5.2.1'>distro/escriba/escriba-5.2.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppu/qa/test_any.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: cppuStephan Bergmann
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-28loplugin:cppunitassertequals: cppuStephan Bergmann
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann
2016-08-19cppu: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-05-06cppu: replace boost::is_same with std::is_sameMichael Stahl
2016-04-25Cannot extract Any to sal_uInt32Stephan Bergmann
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-10-31Removed duplicated includesAndrea Gelmini
2014-04-09Clean up function declarationsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-27std::exception retrofit sequelStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens