summaryrefslogtreecommitdiff
path: root/sal/CppunitTest_sal_rtl_oustring.mk
blob: a974f609bfa0b583cbddfe9f3be1aad5db0fa88b (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
# -*- 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,sal_rtl_oustring))

$(eval $(call gb_CppunitTest_add_exception_objects,sal_rtl_oustring,\
    sal/qa/rtl/oustring/rtl_OUString2 \
))

$(eval $(call gb_CppunitTest_use_libraries,sal_rtl_oustring,\
    sal \
	$(gb_UWINAPI) \
))

$(eval $(call gb_CppunitTest_set_include,sal_rtl_oustring,\
		    -I$(SRCDIR)/sal/qa/inc \
			    $$(INCLUDE) \
				))

# The test uses O(U)String capabilities that dlopen this lib:
$(call gb_CppunitTest_get_target,sal_rtl_oustring) : \
    $(call gb_Library_get_target,sal_textenc)

# vim: set noet sw=4 ts=4:
f7851e35e'>Mark as constTakeshi Abe 2013-06-29remove OUString wrap for string literalsThomas Arnhold 2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann 2013-04-19remove unused component_canUnload functionsMatúš Kukan 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-27-Wunused-macrosStephan Bergmann 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-02-28remove all d.lstMichael Stahl 2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin 2012-10-22drop rdbmaker completelyMatúš Kukan 2012-10-02Use prefixTor Lillqvist 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-17fdo#46808, Adapt bridge::BridgeFactory UNO service to new styleNoel Grandin 2012-08-27fdo#46808, Adapt UNO service registry::ImplementationRegistrationNoel Grandin 2012-08-22Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann 2012-06-27re-base on ALv2 code.Michael Meeks