Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / connectivity / JunitTest_complex.mk
blob609f5ea410cccb02f83cce9de0b2a01eb725fb3c
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_JunitTest_JunitTest,connectivity_complex))
30 $(eval $(call gb_JunitTest_set_defs,connectivity_complex,\
31 $$(DEFS) \
32 -Dorg.openoffice.test.arg.sce=$(SRCDIR)/connectivity/qa/scenearios.sce \
35 $(eval $(call gb_JunitTest_use_jars,connectivity_complex,\
36 jurt \
37 OOoRunner \
38 ridl \
39 test \
40 unoil \
43 $(eval $(call gb_JunitTest_use_externals,connectivity_complex,\
44 hsqldb \
47 $(eval $(call gb_JunitTest_add_classes,connectivity_complex,\
48 org.openoffice.test.UnoApiTest \
51 $(eval $(call gb_JunitTest_add_sourcefiles,connectivity_complex,\
52 connectivity/qa/complex/connectivity/DBaseDriverTest \
53 connectivity/qa/complex/connectivity/FlatFileAccess \
54 connectivity/qa/complex/connectivity/HsqlDriverTest \
55 connectivity/qa/complex/connectivity/JdbcLongVarCharTest \
56 connectivity/qa/complex/connectivity/SubTestCase \
57 connectivity/qa/complex/connectivity/TestCase \
58 connectivity/qa/complex/connectivity/dbase/DBaseDateFunctions \
59 connectivity/qa/complex/connectivity/dbase/DBaseNumericFunctions \
60 connectivity/qa/complex/connectivity/dbase/DBaseSqlTests \
61 connectivity/qa/complex/connectivity/dbase/DBaseStringFunctions \
62 connectivity/qa/complex/connectivity/hsqldb/DatabaseMetaData \
63 connectivity/qa/complex/connectivity/hsqldb/TestCacheSize \
64 connectivity/qa/connectivity/tools/AbstractDatabase \
65 connectivity/qa/connectivity/tools/CRMDatabase \
66 connectivity/qa/connectivity/tools/CsvDatabase \
67 connectivity/qa/connectivity/tools/DataSource \
68 connectivity/qa/connectivity/tools/DatabaseAccess \
69 connectivity/qa/connectivity/tools/DbaseDatabase \
70 connectivity/qa/connectivity/tools/FlatFileDatabase \
71 connectivity/qa/connectivity/tools/HsqlColumnDescriptor \
72 connectivity/qa/connectivity/tools/HsqlDatabase \
73 connectivity/qa/connectivity/tools/HsqlTableDescriptor \
74 connectivity/qa/connectivity/tools/QueryDefinition \
75 connectivity/qa/connectivity/tools/RowSet \
76 connectivity/qa/connectivity/tools/sdb/Connection \
79 # vim: set noet sw=4 ts=4: