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_import_tests
))
14 $(eval
$(call gb_CppunitTest_use_external
,sd_import_tests
,boost_headers
))
16 $(eval
$(call gb_CppunitTest_add_exception_objects
,sd_import_tests
, \
17 sd
/qa
/unit
/import-tests \
20 $(eval
$(call gb_CppunitTest_use_libraries
,sd_import_tests
, \
55 $(eval
$(call gb_CppunitTest_set_include
,sd_import_tests
,\
56 -I
$(SRCDIR
)/sd
/source
/ui
/inc \
61 $(eval
$(call gb_CppunitTest_use_api
,sd_import_tests
,\
66 $(eval
$(call gb_CppunitTest_use_ure
,sd_import_tests
))
68 $(eval
$(call gb_CppunitTest_use_components
,sd_import_tests
,\
69 animations
/source
/animcore
/animcore \
71 comphelper
/util
/comphelp \
72 configmgr
/source
/configmgr \
74 desktop
/source
/deployment
/deployment \
75 embeddedobj
/util
/embobj \
76 fileaccess
/source
/fileacc \
77 filter/source
/config
/cache
/filterconfig1 \
78 filter/source
/svg
/svgfilter \
81 i18npool
/util
/i18npool \
82 linguistic
/source
/lng \
84 package
/source
/xstor
/xstor \
85 package
/util
/package2 \
86 sax
/source
/expatwrap
/expwrap \
87 sax
/source
/fastparser
/fastsax \
93 svl
/source
/fsstor
/fsstorage \
96 ucb
/source
/core
/ucb1 \
97 ucb
/source
/ucp
/expand
/ucpexpand1 \
98 ucb
/source
/ucp
/file
/ucpfile1 \
99 ucb
/source
/ucp
/package
/ucppkg1 \
100 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
102 unoxml
/source
/rdf
/unordf \
103 unoxml
/source
/service
/unoxml \
105 xmlsecurity
/util
/xsec_fw \
106 xmlsecurity
/util
/xmlsecurity \
109 $(eval
$(call gb_CppunitTest_use_configuration
,sd_import_tests
))
111 $(eval
$(call gb_CppunitTest_use_filter_configuration
,sd_import_tests
))
113 $(eval
$(call gb_CppunitTest_use_unittest_configuration
,sd_import_tests
))
115 $(eval
$(call gb_CppunitTest_add_arguments
,sd_import_tests
,\
116 "-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \
119 $(call gb_CppunitTest_get_target
,sd_import_tests
) : $(call gb_AllLangResTarget_get_target
,sd
)
121 # vim: set noet sw=4 ts=4: