1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval
$(call gb_JunitTest_JunitTest
,framework_complex
))
22 $(eval
$(call gb_JunitTest_set_defs
,framework_complex
,\
24 -Dorg.openoffice.
test.arg.tdoc
=$(SRCDIR
)/framework
/qa
/complex
/broken_document
/test_documents \
27 $(eval
$(call gb_JunitTest_use_jars
,framework_complex
,\
35 $(eval
$(call gb_JunitTest_add_sourcefiles
,framework_complex
,\
36 framework
/qa
/complex
/disposing
/GetServiceWhileDisposingOffice \
37 framework
/qa
/complex
/path_substitution
/PathSubstitutionTest \
38 framework
/qa
/complex
/loadAllDocuments
/InteractionHandler \
39 framework
/qa
/complex
/loadAllDocuments
/StreamSimulator \
40 framework
/qa
/complex
/loadAllDocuments
/TestDocument \
41 framework
/qa
/complex
/loadAllDocuments
/CheckXComponentLoader \
42 framework
/qa
/complex
/loadAllDocuments
/StatusIndicator \
43 framework
/qa
/complex
/broken_document
/TestDocument \
44 framework
/qa
/complex
/broken_document
/LoadDocument \
45 framework
/qa
/complex
/XUserInputInterception
/EventTest \
46 framework
/qa
/complex
/framework
/autosave
/AutoSave \
47 framework
/qa
/complex
/framework
/autosave
/Protocol \
48 framework
/qa
/complex
/framework
/autosave
/ConfigHelper \
49 framework
/qa
/complex
/framework
/recovery
/TimeoutThread \
50 framework
/qa
/complex
/framework
/recovery
/KlickButtonThread \
51 framework
/qa
/complex
/framework
/recovery
/RecoveryTools \
52 framework
/qa
/complex
/framework
/recovery
/RecoveryTest \
53 framework
/qa
/complex
/framework
/recovery
/CrashThread \
54 framework
/qa
/complex
/accelerators
/AcceleratorsConfigurationTest \
55 framework
/qa
/complex
/accelerators
/KeyMapping \
56 framework
/qa
/complex
/contextMenuInterceptor
/CheckContextMenuInterceptor \
57 framework
/qa
/complex
/contextMenuInterceptor
/ContextMenuInterceptor \
58 framework
/qa
/complex
/path_settings
/PathSettingsTest \
59 framework
/qa
/complex
/desktop
/DesktopTerminate \
60 framework
/qa
/complex
/imageManager
/_XComponent \
61 framework
/qa
/complex
/imageManager
/CheckImageManager \
62 framework
/qa
/complex
/imageManager
/_XTypeProvider \
63 framework
/qa
/complex
/imageManager
/_XInitialization \
64 framework
/qa
/complex
/imageManager
/_XImageManager \
65 framework
/qa
/complex
/imageManager
/_XUIConfigurationPersistence \
66 framework
/qa
/complex
/imageManager
/_XUIConfiguration \
67 framework
/qa
/complex
/api_internal
/CheckAPI \
68 framework
/qa
/complex
/dispatches
/Interceptor \
69 framework
/qa
/complex
/ModuleManager
/CheckXModuleManager \
73 # framework/qa/complex/dispatches/checkdispatchapi \
75 $(eval
$(call gb_JunitTest_add_classes
,framework_complex
,\
77 # these were disabled in the old build system too, please check
78 # carefully before reenabling
79 # complex.ModuleManager.CheckXModuleManager \
80 complex.XUserInputInterception.EventTest \
81 complex.accelerators.AcceleratorsConfigurationTest \
82 complex.dispatches.checkdispatchapi \
83 complex.api_internal.CheckAPI \
84 complex.broken_document.LoadDocument \
85 complex.desktop.DesktopTerminate \
86 complex.disposing.GetServiceWhileDisposingOffice \
87 complex.framework.autosave.AutoSave \
88 complex.framework.recovery.RecoveryTest \
89 complex.imageManager.CheckImageManager \
90 complex.loadAllDocuments.CheckXComponentLoader \
91 complex.path_settings.PathSettingsTest \
92 complex.path_substitution.PathSubstitutionTest \
94 # vim: set noet sw=4 ts=4: