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_use_common_precompiled_header
,sd_misc_tests
))
21 $(eval
$(call gb_CppunitTest_add_exception_objects
,sd_misc_tests
, \
22 sd
/qa
/unit
/misc-tests \
25 $(eval
$(call gb_CppunitTest_use_libraries
,sd_misc_tests
, \
26 $(call gb_Helper_optional
,AVMEDIA
,avmedia
) \
62 $(eval
$(call gb_CppunitTest_set_include
,sd_misc_tests
,\
64 -I
$(SRCDIR
)/sd
/source
/ui
/inc \
65 -I
$(SRCDIR
)/sd
/source
/ui
/slidesorter
/inc \
69 $(eval
$(call gb_CppunitTest_use_sdk_api
,sd_misc_tests
))
71 $(eval
$(call gb_CppunitTest_use_externals
,sd_misc_tests
,\
75 $(eval
$(call gb_CppunitTest_use_ure
,sd_misc_tests
))
76 $(eval
$(call gb_CppunitTest_use_vcl
,sd_misc_tests
))
78 $(eval
$(call gb_CppunitTest_use_components
,sd_misc_tests
,\
79 animations
/source
/animcore
/animcore \
81 chart2
/source
/chartcore \
82 chart2
/source
/controller
/chartcontroller \
83 comphelper
/util
/comphelp \
84 configmgr
/source
/configmgr \
86 desktop
/source
/deployment
/deployment \
87 embeddedobj
/util
/embobj \
88 filter/source
/config
/cache
/filterconfig1 \
89 filter/source
/odfflatxml
/odfflatxml \
90 filter/source
/svg
/svgfilter \
91 filter/source
/xmlfilteradaptor
/xmlfa \
92 filter/source
/xmlfilterdetect
/xmlfd \
95 i18npool
/util
/i18npool \
96 linguistic
/source
/lng \
98 package
/source
/xstor
/xstor \
99 package
/util
/package2 \
100 sax
/source
/expatwrap
/expwrap \
106 svl
/source
/fsstor
/fsstorage \
109 ucb
/source
/core
/ucb1 \
110 ucb
/source
/ucp
/expand
/ucpexpand1 \
111 ucb
/source
/ucp
/file
/ucpfile1 \
112 ucb
/source
/ucp
/package
/ucppkg1 \
113 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
115 unoxml
/source
/rdf
/unordf \
116 unoxml
/source
/service
/unoxml \
120 xmlsecurity
/util
/xmlsecurity \
123 $(eval
$(call gb_CppunitTest_use_custom_headers
,sd_misc_tests
,\
127 $(eval
$(call gb_CppunitTest_use_configuration
,sd_misc_tests
))
129 $(call gb_CppunitTest_get_target
,sd_misc_tests
): $(call gb_Package_get_target
,postprocess_images
)
131 $(eval
$(call gb_CppunitTest_add_arguments
,sd_misc_tests
, \
132 -env
:arg-env
=$(gb_Helper_LIBRARY_PATH_VAR
)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
135 # vim: set noet sw=4 ts=4: