Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / dbaccess / JunitTest_dbaccess_complex.mk
blobad393949b3764144522380898cecd39aa147fc2c
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 # Copyright 2000, 2011 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_JunitTest_JunitTest,dbaccess_complex))
31 $(eval $(call gb_JunitTest_set_defs,dbaccess_complex,\
32 $$(DEFS) \
33 -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/dbaccess \
36 $(eval $(call gb_JunitTest_add_sourcefiles,dbaccess_complex,\
37 dbaccess/qa/complex/dbaccess/ApplicationController \
38 dbaccess/qa/complex/dbaccess/Beamer \
39 dbaccess/qa/complex/dbaccess/DataSource \
40 dbaccess/qa/complex/dbaccess/DatabaseDocument \
41 dbaccess/qa/complex/dbaccess/Parser \
42 dbaccess/qa/complex/dbaccess/PropertyBag \
43 dbaccess/qa/complex/dbaccess/Query \
44 dbaccess/qa/complex/dbaccess/QueryInQuery \
45 dbaccess/qa/complex/dbaccess/RowSet \
46 dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer \
47 dbaccess/qa/complex/dbaccess/UISettings \
48 dbaccess/qa/complex/dbaccess/CopyTableWizard \
49 dbaccess/qa/complex/dbaccess/CRMBasedTestCase \
50 dbaccess/qa/complex/dbaccess/CopyTableInterActionHandler \
51 dbaccess/qa/complex/dbaccess/DatabaseApplication \
52 dbaccess/qa/complex/dbaccess/FileHelper \
53 dbaccess/qa/complex/dbaccess/RowSetEventListener \
54 dbaccess/qa/complex/dbaccess/TestCase \
57 $(eval $(call gb_JunitTest_use_jars,dbaccess_complex,\
58 $(OUTDIR)/bin/OOoRunner.jar \
59 $(OUTDIR)/bin/ridl.jar \
60 $(OUTDIR)/bin/test.jar \
61 $(OUTDIR)/bin/unoil.jar \
62 $(OUTDIR)/bin/jurt.jar \
63 $(OUTDIR)/bin/ConnectivityTools.jar \
66 $(eval $(call gb_JunitTest_add_classes,dbaccess_complex,\
67 complex.dbaccess.Beamer \
68 complex.dbaccess.PropertyBag \
70 # complex.dbaccess.DatabaseDocument \
71 # deactivated since sb123;
72 # apparently most of these fail because OOo does not find JVM?
73 # complex.dbaccess.ApplicationController \
74 complex.dbaccess.DataSource \
75 complex.dbaccess.Parser \
76 complex.dbaccess.Query \
77 complex.dbaccess.QueryInQuery \
78 complex.dbaccess.RowSet \
79 complex.dbaccess.SingleSelectQueryComposer \
80 complex.dbaccess.UISettings \
81 complex.dbaccess.CopyTableWizard \
83 # vim: set noet sw=4 ts=4: