1*b1cdbd2cSJim Jagielski#**************************************************************
2*b1cdbd2cSJim Jagielski#
3*b1cdbd2cSJim Jagielski#  Licensed to the Apache Software Foundation (ASF) under one
4*b1cdbd2cSJim Jagielski#  or more contributor license agreements.  See the NOTICE file
5*b1cdbd2cSJim Jagielski#  distributed with this work for additional information
6*b1cdbd2cSJim Jagielski#  regarding copyright ownership.  The ASF licenses this file
7*b1cdbd2cSJim Jagielski#  to you under the Apache License, Version 2.0 (the
8*b1cdbd2cSJim Jagielski#  "License"); you may not use this file except in compliance
9*b1cdbd2cSJim Jagielski#  with the License.  You may obtain a copy of the License at
10*b1cdbd2cSJim Jagielski#
11*b1cdbd2cSJim Jagielski#    http://www.apache.org/licenses/LICENSE-2.0
12*b1cdbd2cSJim Jagielski#
13*b1cdbd2cSJim Jagielski#  Unless required by applicable law or agreed to in writing,
14*b1cdbd2cSJim Jagielski#  software distributed under the License is distributed on an
15*b1cdbd2cSJim Jagielski#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b1cdbd2cSJim Jagielski#  KIND, either express or implied.  See the License for the
17*b1cdbd2cSJim Jagielski#  specific language governing permissions and limitations
18*b1cdbd2cSJim Jagielski#  under the License.
19*b1cdbd2cSJim Jagielski#
20*b1cdbd2cSJim Jagielski#**************************************************************
21*b1cdbd2cSJim Jagielski
22*b1cdbd2cSJim Jagielski
23*b1cdbd2cSJim Jagielski
24*b1cdbd2cSJim Jagielski$(eval $(call gb_JunitTest_JunitTest,framework_complex))
25*b1cdbd2cSJim Jagielski
26*b1cdbd2cSJim Jagielski$(eval $(call gb_JunitTest_set_defs,framework_complex,\
27*b1cdbd2cSJim Jagielski	$$(DEFS) \
28*b1cdbd2cSJim Jagielski	-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/framework/qa/complex/broken_document/test_documents \
29*b1cdbd2cSJim Jagielski))
30*b1cdbd2cSJim Jagielski
31*b1cdbd2cSJim Jagielski$(eval $(call gb_JunitTest_add_jars,framework_complex,\
32*b1cdbd2cSJim Jagielski	$(OUTDIR)/bin/OOoRunner.jar \
33*b1cdbd2cSJim Jagielski	$(OUTDIR)/bin/ridl.jar \
34*b1cdbd2cSJim Jagielski	$(OUTDIR)/bin/test.jar \
35*b1cdbd2cSJim Jagielski	$(OUTDIR)/bin/unoil.jar \
36*b1cdbd2cSJim Jagielski	$(OUTDIR)/bin/jurt.jar \
37*b1cdbd2cSJim Jagielski))
38*b1cdbd2cSJim Jagielski
39*b1cdbd2cSJim Jagielski$(eval $(call gb_JunitTest_add_sourcefiles,framework_complex,\
40*b1cdbd2cSJim Jagielski	framework/qa/complex/disposing/GetServiceWhileDisposingOffice \
41*b1cdbd2cSJim Jagielski	framework/qa/complex/path_substitution/PathSubstitutionTest \
42*b1cdbd2cSJim Jagielski	framework/qa/complex/loadAllDocuments/InteractionHandler \
43*b1cdbd2cSJim Jagielski	framework/qa/complex/loadAllDocuments/StreamSimulator \
44*b1cdbd2cSJim Jagielski	framework/qa/complex/loadAllDocuments/TestDocument \
45*b1cdbd2cSJim Jagielski	framework/qa/complex/loadAllDocuments/CheckXComponentLoader \
46*b1cdbd2cSJim Jagielski	framework/qa/complex/loadAllDocuments/StatusIndicator \
47*b1cdbd2cSJim Jagielski	framework/qa/complex/broken_document/TestDocument \
48*b1cdbd2cSJim Jagielski	framework/qa/complex/broken_document/LoadDocument \
49*b1cdbd2cSJim Jagielski	framework/qa/complex/XUserInputInterception/EventTest \
50*b1cdbd2cSJim Jagielski	framework/qa/complex/framework/autosave/AutoSave \
51*b1cdbd2cSJim Jagielski	framework/qa/complex/framework/autosave/Protocol \
52*b1cdbd2cSJim Jagielski	framework/qa/complex/framework/autosave/ConfigHelper \
53*b1cdbd2cSJim Jagielski	framework/qa/complex/framework/recovery/TimeoutThread \
54*b1cdbd2cSJim Jagielski	framework/qa/complex/framework/recovery/KlickButtonThread \
55*b1cdbd2cSJim Jagielski	framework/qa/complex/framework/recovery/RecoveryTools \
56*b1cdbd2cSJim Jagielski	framework/qa/complex/framework/recovery/RecoveryTest \
57*b1cdbd2cSJim Jagielski	framework/qa/complex/framework/recovery/CrashThread \
58*b1cdbd2cSJim Jagielski	framework/qa/complex/accelerators/AcceleratorsConfigurationTest \
59*b1cdbd2cSJim Jagielski	framework/qa/complex/accelerators/KeyMapping \
60*b1cdbd2cSJim Jagielski	framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor \
61*b1cdbd2cSJim Jagielski	framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor \
62*b1cdbd2cSJim Jagielski	framework/qa/complex/path_settings/PathSettingsTest \
63*b1cdbd2cSJim Jagielski	framework/qa/complex/desktop/DesktopTerminate \
64*b1cdbd2cSJim Jagielski	framework/qa/complex/imageManager/_XComponent \
65*b1cdbd2cSJim Jagielski	framework/qa/complex/imageManager/CheckImageManager \
66*b1cdbd2cSJim Jagielski	framework/qa/complex/imageManager/_XTypeProvider \
67*b1cdbd2cSJim Jagielski	framework/qa/complex/imageManager/_XInitialization \
68*b1cdbd2cSJim Jagielski	framework/qa/complex/imageManager/_XImageManager \
69*b1cdbd2cSJim Jagielski	framework/qa/complex/imageManager/_XUIConfigurationPersistence \
70*b1cdbd2cSJim Jagielski	framework/qa/complex/imageManager/_XUIConfiguration \
71*b1cdbd2cSJim Jagielski	framework/qa/complex/api_internal/CheckAPI \
72*b1cdbd2cSJim Jagielski	framework/qa/complex/dispatches/Interceptor \
73*b1cdbd2cSJim Jagielski	framework/qa/complex/ModuleManager/CheckXModuleManager \
74*b1cdbd2cSJim Jagielski))
75*b1cdbd2cSJim Jagielski
76*b1cdbd2cSJim Jagielski# does not build
77*b1cdbd2cSJim Jagielski#	framework/qa/complex/dispatches/checkdispatchapi \
78*b1cdbd2cSJim Jagielski
79*b1cdbd2cSJim Jagielski$(eval $(call gb_JunitTest_add_classes,framework_complex,\
80*b1cdbd2cSJim Jagielski))
81*b1cdbd2cSJim Jagielski# these were disabled in the old build system too, please check
82*b1cdbd2cSJim Jagielski# carefully before reenabling
83*b1cdbd2cSJim Jagielski#	complex.ModuleManager.CheckXModuleManager \
84*b1cdbd2cSJim Jagielski	complex.XUserInputInterception.EventTest \
85*b1cdbd2cSJim Jagielski	complex.accelerators.AcceleratorsConfigurationTest \
86*b1cdbd2cSJim Jagielski	complex.dispatches.checkdispatchapi \
87*b1cdbd2cSJim Jagielski	complex.api_internal.CheckAPI \
88*b1cdbd2cSJim Jagielski	complex.broken_document.LoadDocument \
89*b1cdbd2cSJim Jagielski	complex.desktop.DesktopTerminate \
90*b1cdbd2cSJim Jagielski	complex.disposing.GetServiceWhileDisposingOffice \
91*b1cdbd2cSJim Jagielski	complex.framework.autosave.AutoSave \
92*b1cdbd2cSJim Jagielski	complex.framework.recovery.RecoveryTest \
93*b1cdbd2cSJim Jagielski	complex.imageManager.CheckImageManager \
94*b1cdbd2cSJim Jagielski	complex.loadAllDocuments.CheckXComponentLoader \
95*b1cdbd2cSJim Jagielski	complex.path_settings.PathSettingsTest \
96*b1cdbd2cSJim Jagielski	complex.path_substitution.PathSubstitutionTest \
97*b1cdbd2cSJim Jagielski
98*b1cdbd2cSJim Jagielski# vim: set noet sw=4 ts=4:
99