# -*- 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,sc_functionlistobj)) $(eval $(call gb_CppunitTest_use_external,sc_functionlistobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_functionlistobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_functionlistobj, \ sc/qa/extras/scfunctionlistobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_functionlistobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_functionlistobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_functionlistobj)) $(eval $(call gb_CppunitTest_use_ure,sc_functionlistobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_functionlistobj)) $(eval $(call gb_CppunitTest_use_components,sc_functionlistobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_functionlistobj)) # vim: set noet sw=4 ts=4: libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Expand)Author
2014-12-12testtools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-05java: remove some unused fieldsNoel Grandin
2014-11-27Remove dead dmake makefile.mkStephan Bergmann
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin
2014-09-18Use instsetoo_native-generated uno ini-file for both instdir and instsetsStephan Bergmann
2014-09-16Missing dependency on uno ini-fileStephan Bergmann
2014-08-20remove more unnecessary constructor declarationsNoel Grandin
2014-08-20java: don't catch and then just rethrow an exceptionNoel Grandin
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: use an empty block rather than an empty statementNoel Grandin
2014-08-08java: remove unused variablesNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-08various: sal_Bool->boolNoel Grandin
2014-04-28prefer makefile-gmake-modeTakeshi Abe