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