xref: /trunk/main/dbaccess/JunitTest_dbaccess_complex.mk (revision bcc22a4c08e1268a4f06e54fb146f88ef49f2cdc)
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/ConnectivityTools.jar \
59))
60
61$(eval $(call gb_JunitTest_add_classes,dbaccess_complex,\
62    complex.dbaccess.Beamer \
63    complex.dbaccess.DatabaseDocument \
64    complex.dbaccess.PropertyBag \
65))
66# deactivated since sb123;
67# apparently most of these fail because OOo does not find JVM?
68#   complex.dbaccess.ApplicationController \
69    complex.dbaccess.DataSource \
70    complex.dbaccess.Parser \
71    complex.dbaccess.Query \
72    complex.dbaccess.QueryInQuery \
73    complex.dbaccess.RowSet \
74    complex.dbaccess.SingleSelectQueryComposer \
75    complex.dbaccess.UISettings \
76    complex.dbaccess.CopyTableWizard \
77
78# vim: set noet sw=4 ts=4:
79