# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_JunitTest_JunitTest,toolkit_unoapi_1)) $(eval $(call gb_JunitTest_set_defs,toolkit_unoapi_1,\ $$(DEFS) \ -Dorg.openoffice.test.arg.sce=$(SRCDIR)/toolkit/qa/unoapi/toolkit_1.sce \ -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/toolkit/qa/unoapi/knownissues.xcl \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/toolkit/qa/unoapi/testdocuments \ )) $(eval $(call gb_JunitTest_use_jars,toolkit_unoapi_1,\ OOoRunner \ ridl \ test \ unoil \ jurt \ )) $(eval $(call gb_JunitTest_add_classes,toolkit_unoapi_1,\ org.openoffice.test.UnoApiTest \ )) # vim: set noet sw=4 ts=4: reoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)Author
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin
2012-10-22drop rdbmaker completelyMatúš Kukan
2012-10-05directly use udkapiDavid Tardon
2012-10-03Replace set_xml with set_types, to get rid of xml2cmpStephan Bergmann
2012-10-03Dead xml2cmp-related test codeStephan Bergmann
2012-10-02stoc: prefix more libs; only bootstrap is remainingMatúš Kukan
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-26stoc: add more component prefixesMatúš Kukan
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-20No point with component_canUnload when DISABLE_DYNLOADINGTor Lillqvist
2012-09-05Java cleanup, fix a couple of compile errorsNoel Grandin
2012-09-01add more component prefixesMatúš Kukan
2012-08-22Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-08Better error reportingStephan Bergmann
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
2012-08-07Remove non-existing forward declarationsThomas Arnhold
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl
2012-07-23Assertion clean-upStephan Bergmann
2012-07-23WaE: unused variableTor Lillqvist
2012-07-14simplify include guardsThomas Arnhold
2012-07-06re-base on ALv2 code.Michael Meeks
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-27Remove unused include filesThomas Arnhold
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara