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_unoapi_jars
,framework_complex
))
29 $(eval
$(call gb_JunitTest_add_sourcefiles
,framework_complex
,\
30 framework
/qa
/complex
/disposing
/GetServiceWhileDisposingOffice \
31 framework
/qa
/complex
/path_substitution
/PathSubstitutionTest \
32 framework
/qa
/complex
/loadAllDocuments
/InteractionHandler \
33 framework
/qa
/complex
/loadAllDocuments
/CheckXComponentLoader \
34 framework
/qa
/complex
/loadAllDocuments
/StatusIndicator \
35 framework
/qa
/complex
/broken_document
/TestDocument \
36 framework
/qa
/complex
/broken_document
/LoadDocument \
37 framework
/qa
/complex
/framework
/autosave
/AutoSave \
38 framework
/qa
/complex
/framework
/autosave
/Protocol \
39 framework
/qa
/complex
/framework
/autosave
/ConfigHelper \
40 framework
/qa
/complex
/framework
/recovery
/KlickButtonThread \
41 framework
/qa
/complex
/framework
/recovery
/RecoveryTools \
42 framework
/qa
/complex
/framework
/recovery
/RecoveryTest \
43 framework
/qa
/complex
/framework
/recovery
/CrashThread \
44 framework
/qa
/complex
/accelerators
/AcceleratorsConfigurationTest \
45 framework
/qa
/complex
/accelerators
/KeyMapping \
46 framework
/qa
/complex
/contextMenuInterceptor
/CheckContextMenuInterceptor \
47 framework
/qa
/complex
/contextMenuInterceptor
/ContextMenuInterceptor \
48 framework
/qa
/complex
/path_settings
/PathSettingsTest \
49 framework
/qa
/complex
/desktop
/DesktopTerminate \
50 framework
/qa
/complex
/imageManager
/_XComponent \
51 framework
/qa
/complex
/imageManager
/CheckImageManager \
52 framework
/qa
/complex
/imageManager
/_XTypeProvider \
53 framework
/qa
/complex
/imageManager
/_XInitialization \
54 framework
/qa
/complex
/imageManager
/_XImageManager \
55 framework
/qa
/complex
/imageManager
/_XUIConfigurationPersistence \
56 framework
/qa
/complex
/imageManager
/_XUIConfiguration \
57 framework
/qa
/complex
/api_internal
/CheckAPI \
58 framework
/qa
/complex
/dispatches
/checkdispatchapi \
59 framework
/qa
/complex
/dispatches
/Interceptor \
60 framework
/qa
/complex
/ModuleManager
/CheckXModuleManager \
61 framework
/qa
/complex
/XTitle
/CheckXTitle \
64 $(eval
$(call gb_JunitTest_add_classes
,framework_complex
,\
65 complex.dispatches.checkdispatchapi \
66 complex.XTitle.CheckXTitle \
68 # these were disabled in the old build system too, please check
69 # carefully before reenabling
70 # complex.ModuleManager.CheckXModuleManager \
71 complex.accelerators.AcceleratorsConfigurationTest \
72 complex.api_internal.CheckAPI \
73 complex.broken_document.LoadDocument \
74 complex.desktop.DesktopTerminate \
75 complex.disposing.GetServiceWhileDisposingOffice \
76 complex.framework.autosave.AutoSave \
77 complex.framework.recovery.RecoveryTest \
78 complex.imageManager.CheckImageManager \
79 complex.loadAllDocuments.CheckXComponentLoader \
80 complex.path_settings.PathSettingsTest \
81 complex.path_substitution.PathSubstitutionTest \
83 # vim: set noet sw=4 ts=4: