summaryrefslogtreecommitdiff
path: root/xmlscript/CppunitTest_xmlscript_cppunit.mk
blob: cedf2c50e694beb51a0682a3c12e99964d496c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# -*- 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,xmlscript_cppunit))

$(eval $(call gb_CppunitTest_add_exception_objects,xmlscript_cppunit, \
    xmlscript/qa/cppunit/test \
))

$(eval $(call gb_CppunitTest_use_sdk_api,xmlscript_cppunit))
$(eval $(call gb_CppunitTest_use_ure,xmlscript_cppunit))
$(eval $(call gb_CppunitTest_use_vcl,xmlscript_cppunit))
$(eval $(call gb_CppunitTest_use_rdb,xmlscript_cppunit,services))

$(eval $(call gb_CppunitTest_use_custom_headers,xmlscript_cppunit,\
	officecfg/registry \
))

$(eval $(call gb_CppunitTest_use_externals,xmlscript_cppunit,\
    libxml2 \
))

$(eval $(call gb_CppunitTest_use_configuration,xmlscript_cppunit))

$(eval $(call gb_CppunitTest_use_libraries,xmlscript_cppunit, \
	comphelper \
	cppu \
	cppuhelper \
	fwk \
	sal \
	test \
    unotest \
    utl \
    xmlscript \
))

# vim: set noet sw=4 ts=4:
2 +0000'>2016-08-19cppu: fix loplugin:cppunitassertequals warningsMiklos Vajna 2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin 2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann 2016-05-06cppu: replace boost::is_same with std::is_sameMichael Stahl 2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky 2016-04-25Cannot extract Any to sal_uInt32Stephan Bergmann 2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke 2016-01-18Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunkStephan Bergmann 2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann 2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann 2015-11-18Clean upStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2014-12-19Remove unused */qa/checkapi/Stephan Bergmann 2014-10-31Removed duplicated includesAndrea Gelmini 2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet 2014-04-24add missing modelines to idl filesThomas Arnhold 2014-04-09Clean up function declarationsStephan Bergmann 2014-04-03Cosmetics (to ease work related to finding unused functions)Stephan Bergmann 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-27std::exception retrofit sequelStephan Bergmann 2014-01-22Let C++ inline functions return bool instead of sal_BoolStephan Bergmann 2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa 2013-11-14-Werror,-Wunused-member-functionStephan Bergmann