summaryrefslogtreecommitdiff
path: root/o3tl/CppunitTest_o3tl_tests.mk
blob: 29e1ff8a6a1f91d3610f95b5aab05d86c06a1944 (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
44
45
46
47
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2011 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org.  If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************

$(eval $(call gb_CppunitTest_CppunitTest,o3tl_tests))

$(eval $(call gb_CppunitTest_use_package,o3tl_tests,o3tl_inc))

$(eval $(call gb_CppunitTest_use_libraries,o3tl_tests,\
	sal \
    $(gb_STDLIBS) \
))

$(eval $(call gb_CppunitTest_add_exception_objects,o3tl_tests,\
	o3tl/qa/cow_wrapper_clients \
	o3tl/qa/test-cow_wrapper \
	o3tl/qa/test-heap_ptr \
	o3tl/qa/test-range \
	o3tl/qa/test-vector_pool \
	o3tl/qa/test-sorted_vector \
))

# vim: set noet sw=4:
25:18 +0200'>2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin 2016-04-04tdf#45129 Customize Toolbars: Add category "All categories"Jakub Trzebiatowski 2016-04-01tdf#97966 Drop 'static' keywordsWastack 2015-12-14Related: rhbz#1289394 always provide the screen area the tip applies toCaolán McNamara 2015-11-10cui: convert boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-04yyyyyNoel Grandin 2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-20loplugin:defaultparamsStephan Bergmann 2015-10-19loplugin:defaultparamsStephan Bergmann 2015-09-25convert Link<> to typedNoel Grandin 2015-09-11convert Link<> to typedNoel Grandin 2015-09-08convert Link<> to typedNoel Grandin 2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin 2015-08-14loplugin: defaultparamsNoel Grandin 2015-05-26loplugin:unnecessarysuperclass, merge ImageProvider with SaveInDataNoel Grandin 2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks 2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks 2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks 2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks 2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-27More loplugin:simplifyboolStephan Bergmann 2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin 2015-04-10vclwidget: only call dispose() onceNoel Grandin 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in cuiNoel Grandin 2015-04-09loplugin:staticmethodsNoel Grandin 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava 2014-09-23fdo#82577: Handle WindowNoel Grandin