xref: /trunk/main/dbaccess/JunitTest_dbaccess_complex.mk (revision af7f2cbf3d6a5481a2f45e7fae5e85a32449c47d)
1###############################################################
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20###############################################################
21
22
23
24$(eval $(call gb_JunitTest_JunitTest,dbaccess_complex,SRCDIR))
25
26$(eval $(call gb_JunitTest_set_defs,dbaccess_complex,\
27    $$(DEFS) \
28    -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/dbaccess \
29))
30
31$(eval $(call gb_JunitTest_add_sourcefiles,dbaccess_complex,\
32    dbaccess/qa/complex/dbaccess/ApplicationController \
33    dbaccess/qa/complex/dbaccess/Beamer \
34    dbaccess/qa/complex/dbaccess/DataSource \
35    dbaccess/qa/complex/dbaccess/DatabaseDocument \
36    dbaccess/qa/complex/dbaccess/Parser \
37    dbaccess/qa/complex/dbaccess/PropertyBag \
38    dbaccess/qa/complex/dbaccess/Query \
39    dbaccess/qa/complex/dbaccess/QueryInQuery \
40    dbaccess/qa/complex/dbaccess/RowSet \
41    dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer \
42    dbaccess/qa/complex/dbaccess/UISettings \
43    dbaccess/qa/complex/dbaccess/CopyTableWizard \
44    dbaccess/qa/complex/dbaccess/CRMBasedTestCase \
45    dbaccess/qa/complex/dbaccess/CopyTableInterActionHandler \
46    dbaccess/qa/complex/dbaccess/DatabaseApplication \
47    dbaccess/qa/complex/dbaccess/FileHelper \
48    dbaccess/qa/complex/dbaccess/RowSetEventListener \
49    dbaccess/qa/complex/dbaccess/TestCase \
50))
51
52$(eval $(call gb_JunitTest_add_jars,dbaccess_complex,\
53    $(OUTDIR)/bin/OOoRunner.jar \
54    $(OUTDIR)/bin/ridl.jar \
55    $(OUTDIR)/bin/test.jar \
56    $(OUTDIR)/bin/unoil.jar \
57    $(OUTDIR)/bin/jurt.jar \
58    $(OUTDIR)/bin/juh.jar \
59    $(OUTDIR)/bin/ConnectivityTools.jar \
60))
61
62$(eval $(call gb_JunitTest_add_classes,dbaccess_complex,\
63    complex.dbaccess.Beamer \
64    complex.dbaccess.DatabaseDocument \
65    complex.dbaccess.PropertyBag \
66))
67# deactivated since sb123;
68# apparently most of these fail because OOo does not find JVM?
69#   complex.dbaccess.ApplicationController \
70    complex.dbaccess.DataSource \
71    complex.dbaccess.Parser \
72    complex.dbaccess.Query \
73    complex.dbaccess.QueryInQuery \
74    complex.dbaccess.RowSet \
75    complex.dbaccess.SingleSelectQueryComposer \
76    complex.dbaccess.UISettings \
77    complex.dbaccess.CopyTableWizard \
78
79# vim: set noet sw=4 ts=4:
80