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
14 # Major Contributor(s):
15 # Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
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
,\
32 -Dorg.openoffice.
test.arg.sce
=$(SRCDIR
)/connectivity
/qa
/scenearios.sce \
35 # TODO: add use_externals to JunitTest
36 $(eval
$(call gb_JunitTest_use_jars
,connectivity_complex
,\
37 $(OUTDIR
)/bin
/jurt.jar \
38 $(OUTDIR
)/bin
/OOoRunner.jar \
39 $(OUTDIR
)/bin
/ridl.jar \
40 $(OUTDIR
)/bin
/test.jar \
41 $(OUTDIR
)/bin
/unoil.jar \
42 $(if
$(filter YES
,$(SYSTEM_HSQLDB
)),$(HSQLDB_JAR
),$(OUTDIR
)/bin
/hsqldb.jar
) \
45 $(eval
$(call gb_JunitTest_add_classes
,connectivity_complex
,\
46 org.openoffice.
test.UnoApiTest \
49 $(eval
$(call gb_JunitTest_add_sourcefiles
,connectivity_complex
,\
50 connectivity
/qa
/complex
/connectivity
/DBaseDriverTest \
51 connectivity
/qa
/complex
/connectivity
/FlatFileAccess \
52 connectivity
/qa
/complex
/connectivity
/HsqlDriverTest \
53 connectivity
/qa
/complex
/connectivity
/JdbcLongVarCharTest \
54 connectivity
/qa
/complex
/connectivity
/SubTestCase \
55 connectivity
/qa
/complex
/connectivity
/TestCase \
56 connectivity
/qa
/complex
/connectivity
/dbase
/DBaseDateFunctions \
57 connectivity
/qa
/complex
/connectivity
/dbase
/DBaseNumericFunctions \
58 connectivity
/qa
/complex
/connectivity
/dbase
/DBaseSqlTests \
59 connectivity
/qa
/complex
/connectivity
/dbase
/DBaseStringFunctions \
60 connectivity
/qa
/complex
/connectivity
/hsqldb
/DatabaseMetaData \
61 connectivity
/qa
/complex
/connectivity
/hsqldb
/TestCacheSize \
62 connectivity
/qa
/connectivity
/tools
/AbstractDatabase \
63 connectivity
/qa
/connectivity
/tools
/CRMDatabase \
64 connectivity
/qa
/connectivity
/tools
/CsvDatabase \
65 connectivity
/qa
/connectivity
/tools
/DataSource \
66 connectivity
/qa
/connectivity
/tools
/DatabaseAccess \
67 connectivity
/qa
/connectivity
/tools
/DbaseDatabase \
68 connectivity
/qa
/connectivity
/tools
/FlatFileDatabase \
69 connectivity
/qa
/connectivity
/tools
/HsqlColumnDescriptor \
70 connectivity
/qa
/connectivity
/tools
/HsqlDatabase \
71 connectivity
/qa
/connectivity
/tools
/HsqlTableDescriptor \
72 connectivity
/qa
/connectivity
/tools
/QueryDefinition \
73 connectivity
/qa
/connectivity
/tools
/RowSet \
74 connectivity
/qa
/connectivity
/tools
/sdb
/Connection \
77 # vim: set noet sw=4 ts=4: