1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval
$(call gb_CppunitTest_CppunitTest
,sd_misc_tests
))
14 $(eval
$(call gb_CppunitTest_use_externals
,sd_misc_tests
,\
19 $(eval
$(call gb_CppunitTest_add_exception_objects
,sd_misc_tests
, \
20 sd
/qa
/unit
/misc-tests \
23 $(eval
$(call gb_CppunitTest_use_libraries
,sd_misc_tests
, \
24 $(call gb_Helper_optional
,AVMEDIA
,avmedia
) \
61 $(eval
$(call gb_CppunitTest_set_include
,sd_misc_tests
,\
63 -I
$(SRCDIR
)/sd
/source
/ui
/inc \
64 -I
$(SRCDIR
)/sd
/source
/ui
/slidesorter
/inc \
68 $(eval
$(call gb_CppunitTest_use_sdk_api
,sd_misc_tests
))
70 $(eval
$(call gb_CppunitTest_use_externals
,sd_misc_tests
,\
74 $(eval
$(call gb_CppunitTest_use_ure
,sd_misc_tests
))
75 $(eval
$(call gb_CppunitTest_use_vcl
,sd_misc_tests
))
77 $(eval
$(call gb_CppunitTest_use_components
,sd_misc_tests
,\
78 animations
/source
/animcore
/animcore \
80 chart2
/source
/chartcore \
81 chart2
/source
/controller
/chartcontroller \
82 comphelper
/util
/comphelp \
83 configmgr
/source
/configmgr \
85 desktop
/source
/deployment
/deployment \
86 embeddedobj
/util
/embobj \
87 filter/source
/config
/cache
/filterconfig1 \
88 filter/source
/odfflatxml
/odfflatxml \
89 filter/source
/svg
/svgfilter \
90 filter/source
/xmlfilteradaptor
/xmlfa \
91 filter/source
/xmlfilterdetect
/xmlfd \
94 i18npool
/util
/i18npool \
95 linguistic
/source
/lng \
97 package
/source
/xstor
/xstor \
98 package
/util
/package2 \
99 sax
/source
/expatwrap
/expwrap \
105 svl
/source
/fsstor
/fsstorage \
108 ucb
/source
/core
/ucb1 \
109 ucb
/source
/ucp
/expand
/ucpexpand1 \
110 ucb
/source
/ucp
/file
/ucpfile1 \
111 ucb
/source
/ucp
/package
/ucppkg1 \
112 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
114 unoxml
/source
/rdf
/unordf \
115 unoxml
/source
/service
/unoxml \
118 xmlsecurity
/util
/xsec_fw \
119 xmlsecurity
/util
/xmlsecurity \
122 $(eval
$(call gb_CppunitTest_use_configuration
,sd_misc_tests
))
124 $(call gb_CppunitTest_get_target
,sd_misc_tests
) : $(call gb_AllLangResTarget_get_target
,sd
)
126 # vim: set noet sw=4 ts=4: