summaryrefslogtreecommitdiff
path: root/linguistic/JunitTest_linguistic_complex.mk
blob: 26c425c53ab6b982f510f4a60a56bf7115dfe05b (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
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_JunitTest_JunitTest,linguistic_complex))

$(eval $(call gb_JunitTest_set_defs,linguistic_complex,\
	$$(DEFS) \
	-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/linguistic/qa/complex/linguistic/testdocuments \
))

$(eval $(call gb_JunitTest_use_jars,linguistic_complex,\
	OOoRunner \
	ridl \
	test \
	test-tools \
	unoil \
	jurt \
))

$(eval $(call gb_JunitTest_add_sourcefiles,linguistic_complex,\
	linguistic/qa/complex/linguistic/HangulHanjaConversion \
	linguistic/qa/complex/linguistic/TestDocument \
))

$(eval $(call gb_JunitTest_add_classes,linguistic_complex,\
	complex.linguistic.HangulHanjaConversion \
))

# vim: set noet sw=4 ts=4:
boost headers aroundMichael Stahl 2012-11-15re-base on ALv2 code. Includes:Michael Meeks 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-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan 2012-02-10fdo#39491 remove nonexistent include pathsMatúš Kukan 2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan 2011-11-27remove pch from the include listNorbert Thiebaud 2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe 2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist 2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau 2011-04-01removing useless executable flag from makefilesBjoern Michaelsen 2011-03-17killing off stl in gbuildBjoern Michaelsen 2011-03-17Use realpath to unbreak compilation for WindowsTor Lillqvist 2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens 2011-02-03CWS gnumake3: clean up mingw stuff after adding STDLIBSMathias Bauer 2011-02-02CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of ind...Mathias Bauer 2011-02-01CWS gnumake3: use standard linked libs on WindowsMathias Bauer 2011-01-25CWS gnumake3: resync to m98Mathias Bauer 2011-01-25CWS gnumake3: fix license headersMathias Bauer 2011-01-05mingwport33: i#116264: gbuild for MinGWtono 2011-01-05Backed out changeset: e84942bd0acatono 2010-12-31i#116264: gbuild for MinGWtono 2010-11-29CWS gnumake2: fix some build breakers in svtools, xmloff and frameworkMathias Bauer 2010-11-26gnumake2: sorting all lists in makefilesBjoern Michaelsen 2010-11-06gnumake2: added component registrationBjoern Michaelsen 2010-07-13CWS gnumake2: resync to DEV300_m84Bjoern Michaelsen 2010-06-26CWS gnumake2: module reorgBjoern Michaelsen