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
,desktop_lib
))
14 $(eval
$(call gb_CppunitTest_add_exception_objects
,desktop_lib
, \
15 desktop
/qa
/desktop_lib
/test_desktop_lib \
18 $(eval
$(call gb_CppunitTest_use_libraries
,desktop_lib
, \
35 $(eval
$(call gb_CppunitTest_use_externals
,desktop_lib
, \
40 $(eval
$(call gb_CppunitTest_set_include
,desktop_lib
,\
41 -I
$(SRCDIR
)/desktop
/inc \
45 $(eval
$(call gb_CppunitTest_use_sdk_api
,desktop_lib
))
47 $(eval
$(call gb_CppunitTest_use_ure
,desktop_lib
))
49 $(eval
$(call gb_CppunitTest_use_vcl
,desktop_lib
))
51 $(eval
$(call gb_CppunitTest_use_components
,desktop_lib
,\
52 comphelper
/util
/comphelp \
53 configmgr
/source
/configmgr \
54 dtrans
/util
/mcnttype \
55 filter/source
/config
/cache
/filterconfig1 \
56 filter/source
/storagefilterdetect
/storagefd \
58 i18npool
/util
/i18npool \
59 package
/source
/xstor
/xstor \
60 package
/util
/package2 \
61 sax
/source
/expatwrap
/expwrap \
63 svl
/source
/fsstor
/fsstorage \
72 ucb
/source
/core
/ucb1 \
73 ucb
/source
/ucp
/file
/ucpfile1 \
74 unoxml
/source
/service
/unoxml \
78 i18npool
/source
/search
/i18nsearch \
79 filter/source
/graphic
/graphicfilter \
80 linguistic
/source
/lng \
83 $(eval
$(call gb_CppunitTest_use_configuration
,desktop_lib
))
85 # vim: set noet sw=4 ts=4: