Look for libboostrap.uno.so and not bootstrap.uno.so on Android
[LibreOffice.git] / sfx2 / JunitTest_sfx2_complex.mk
blobe287265a814cf58ca8879067071d41f6927ac640
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
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,sfx2_complex,SRCDIR))
31 $(eval $(call gb_JunitTest_set_defs,sfx2_complex,\
32 $$(DEFS) \
33 -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sfx2/qa/complex/sfx2/testdocuments \
36 $(eval $(call gb_JunitTest_add_jars,sfx2_complex,\
37 $(OUTDIR)/bin/OOoRunner.jar \
38 $(OUTDIR)/bin/ridl.jar \
39 $(OUTDIR)/bin/test.jar \
40 $(OUTDIR)/bin/test-tools.jar \
41 $(OUTDIR)/bin/unoil.jar \
42 $(OUTDIR)/bin/jurt.jar \
45 $(eval $(call gb_JunitTest_add_sourcefiles,sfx2_complex,\
46 sfx2/qa/complex/sfx2/DocumentInfo \
47 sfx2/qa/complex/sfx2/DocumentMetadataAccess \
48 sfx2/qa/complex/sfx2/DocumentProperties \
49 sfx2/qa/complex/sfx2/GlobalEventBroadcaster \
50 sfx2/qa/complex/sfx2/StandaloneDocumentInfo \
51 sfx2/qa/complex/sfx2/UndoManager \
52 sfx2/qa/complex/sfx2/standalonedocinfo/StandaloneDocumentInfoTest \
53 sfx2/qa/complex/sfx2/standalonedocinfo/Test01 \
54 sfx2/qa/complex/sfx2/standalonedocinfo/TestHelper \
55 sfx2/qa/complex/sfx2/tools/DialogThread \
56 sfx2/qa/complex/sfx2/tools/TestDocument \
57 sfx2/qa/complex/sfx2/tools/WriterHelper \
58 sfx2/qa/complex/sfx2/undo/CalcDocumentTest \
59 sfx2/qa/complex/sfx2/undo/ChartDocumentTest \
60 sfx2/qa/complex/sfx2/undo/DocumentTest \
61 sfx2/qa/complex/sfx2/undo/DocumentTestBase \
62 sfx2/qa/complex/sfx2/undo/DrawDocumentTest \
63 sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest \
64 sfx2/qa/complex/sfx2/undo/ImpressDocumentTest \
65 sfx2/qa/complex/sfx2/undo/WriterDocumentTest \
68 $(eval $(call gb_JunitTest_add_classes,sfx2_complex,\
69 complex.sfx2.DocumentInfo \
70 complex.sfx2.DocumentProperties \
71 complex.sfx2.DocumentMetadataAccess \
73 # fd#35663 fails currently:
74 # complex.sfx2.UndoManager \
75 # #i115674# fails currently: misses some OnUnfocus event
76 # complex.sfx2.GlobalEventBroadcaster \
77 # breaks because binfilter export has been removed
78 # complex.sfx2.StandaloneDocumentInfo \
80 # vim: set noet sw=4 ts=4: