fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / framework / JunitTest_framework_complex.mk
bloba36105334d826c7946b53a1aed9b153fcaf51df1
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,\
23 $$(DEFS) \
24 -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/framework/qa/complex/broken_document/test_documents \
27 $(eval $(call gb_JunitTest_use_jars,framework_complex,\
28 OOoRunner \
29 ridl \
30 test \
31 unoil \
32 jurt \
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/CheckXComponentLoader \
40 framework/qa/complex/loadAllDocuments/StatusIndicator \
41 framework/qa/complex/broken_document/TestDocument \
42 framework/qa/complex/broken_document/LoadDocument \
43 framework/qa/complex/XUserInputInterception/EventTest \
44 framework/qa/complex/framework/autosave/AutoSave \
45 framework/qa/complex/framework/autosave/Protocol \
46 framework/qa/complex/framework/autosave/ConfigHelper \
47 framework/qa/complex/framework/recovery/KlickButtonThread \
48 framework/qa/complex/framework/recovery/RecoveryTools \
49 framework/qa/complex/framework/recovery/RecoveryTest \
50 framework/qa/complex/framework/recovery/CrashThread \
51 framework/qa/complex/accelerators/AcceleratorsConfigurationTest \
52 framework/qa/complex/accelerators/KeyMapping \
53 framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor \
54 framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor \
55 framework/qa/complex/path_settings/PathSettingsTest \
56 framework/qa/complex/desktop/DesktopTerminate \
57 framework/qa/complex/imageManager/_XComponent \
58 framework/qa/complex/imageManager/CheckImageManager \
59 framework/qa/complex/imageManager/_XTypeProvider \
60 framework/qa/complex/imageManager/_XInitialization \
61 framework/qa/complex/imageManager/_XImageManager \
62 framework/qa/complex/imageManager/_XUIConfigurationPersistence \
63 framework/qa/complex/imageManager/_XUIConfiguration \
64 framework/qa/complex/api_internal/CheckAPI \
65 framework/qa/complex/dispatches/Interceptor \
66 framework/qa/complex/ModuleManager/CheckXModuleManager \
69 # does not build
70 # framework/qa/complex/dispatches/checkdispatchapi \
72 $(eval $(call gb_JunitTest_add_classes,framework_complex,\
74 # these were disabled in the old build system too, please check
75 # carefully before reenabling
76 # complex.ModuleManager.CheckXModuleManager \
77 complex.XUserInputInterception.EventTest \
78 complex.accelerators.AcceleratorsConfigurationTest \
79 complex.dispatches.checkdispatchapi \
80 complex.api_internal.CheckAPI \
81 complex.broken_document.LoadDocument \
82 complex.desktop.DesktopTerminate \
83 complex.disposing.GetServiceWhileDisposingOffice \
84 complex.framework.autosave.AutoSave \
85 complex.framework.recovery.RecoveryTest \
86 complex.imageManager.CheckImageManager \
87 complex.loadAllDocuments.CheckXComponentLoader \
88 complex.path_settings.PathSettingsTest \
89 complex.path_substitution.PathSubstitutionTest \
91 # vim: set noet sw=4 ts=4: