summaryrefslogtreecommitdiff
path: root/i18npool/CppunitTest_i18npool_test_breakiterator.mk
blob: 4aa538114a33bdd1f1798df964ad96fbea5955bb (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
# -*- 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,i18npool_test_breakiterator))

$(eval $(call gb_CppunitTest_use_external,i18npool_test_breakiterator,icu_headers))

$(eval $(call gb_CppunitTest_use_sdk_api,i18npool_test_breakiterator))

$(eval $(call gb_CppunitTest_use_libraries,i18npool_test_breakiterator,\
	cppu \
	cppuhelper \
	sal \
	unotest \
))

$(eval $(call gb_CppunitTest_add_exception_objects,i18npool_test_breakiterator,\
    i18npool/qa/cppunit/test_breakiterator \
))

$(eval $(call gb_CppunitTest_use_ure,i18npool_test_breakiterator))

$(eval $(call gb_CppunitTest_use_components,i18npool_test_breakiterator,\
	i18npool/util/i18npool \
))

$(call gb_CppunitTest_get_target,i18npool_test_breakiterator) : \
    $(call gb_Library_get_target,dict_ja) \
    $(call gb_Library_get_target,dict_zh)

# vim: set noet sw=4 ts=4:
n Michaelsen 2013-05-14Assume CppunitTest_chart2_import got removed by accidentStephan Bergmann 2013-05-13Fix namingStephan Bergmann 2013-05-01add export test for chartsMarkus Mohrhard 2013-04-22actually this test should be fine as slowcheck testMarkus Mohrhard 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-11deliver all uiconfig files by UIConfigDavid Tardon 2013-04-11rename UI to UIConfigDavid Tardon 2013-03-28move the dialog to chart2Markus Mohrhard 2013-03-05slowcheck is not executed after everything is builtMarkus Mohrhard 2013-03-05start for an initial chart2 import testMarkus Mohrhard