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
,sw_macros_test
))
14 $(eval
$(call gb_CppunitTest_use_external
,sw_macros_test
,boost_headers
))
16 $(eval
$(call gb_CppunitTest_add_exception_objects
,sw_macros_test
, \
17 sw
/qa
/core
/macros-test \
20 $(eval
$(call gb_CppunitTest_use_libraries
,sw_macros_test
, \
54 $(eval
$(call gb_CppunitTest_set_include
,sw_macros_test
,\
59 $(eval
$(call gb_CppunitTest_use_api
,sw_macros_test
,\
65 $(eval
$(call gb_CppunitTest_use_ure
,sw_macros_test
))
66 $(eval
$(call gb_CppunitTest_use_vcl
,sw_macros_test
))
68 $(eval
$(call gb_CppunitTest_use_components
,sw_macros_test
,\
70 embeddedobj
/util
/embobj \
71 comphelper
/util
/comphelp \
72 configmgr
/source
/configmgr \
74 filter/source
/config
/cache
/filterconfig1 \
75 filter/source
/storagefilterdetect
/storagefd \
78 i18npool
/util
/i18npool \
79 i18npool
/source
/search
/i18nsearch \
81 package
/source
/xstor
/xstor \
82 package
/util
/package2 \
83 sax
/source
/expatwrap
/expwrap \
84 scripting
/source
/basprov
/basprov \
85 scripting
/util
/scriptframe \
88 svl
/source
/fsstor
/fsstorage \
97 ucb
/source
/core
/ucb1 \
98 ucb
/source
/ucp
/file
/ucpfile1 \
99 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
101 unoxml
/source
/rdf
/unordf \
102 unoxml
/source
/service
/unoxml \
106 xmlsecurity
/util
/xsec_xmlsec \
109 $(eval
$(call gb_CppunitTest_use_configuration
,sw_macros_test
))
111 # vim: set noet sw=4 ts=4: