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
, \
34 $(eval
$(call gb_CppunitTest_use_external
,desktop_lib
,boost_headers
))
36 $(eval
$(call gb_CppunitTest_set_include
,desktop_lib
,\
37 -I
$(SRCDIR
)/desktop
/inc \
41 $(eval
$(call gb_CppunitTest_use_api
,desktop_lib
,\
46 $(eval
$(call gb_CppunitTest_use_ure
,desktop_lib
))
48 $(eval
$(call gb_CppunitTest_use_vcl
,desktop_lib
))
50 $(eval
$(call gb_CppunitTest_use_components
,desktop_lib
,\
51 comphelper
/util
/comphelp \
52 configmgr
/source
/configmgr \
53 dtrans
/util
/mcnttype \
54 filter/source
/config
/cache
/filterconfig1 \
55 filter/source
/storagefilterdetect
/storagefd \
57 i18npool
/util
/i18npool \
58 package
/source
/xstor
/xstor \
59 package
/util
/package2 \
60 sax
/source
/expatwrap
/expwrap \
62 svl
/source
/fsstor
/fsstorage \
71 ucb
/source
/core
/ucb1 \
72 ucb
/source
/ucp
/file
/ucpfile1 \
73 unoxml
/source
/service
/unoxml \
75 i18npool
/source
/search
/i18nsearch \
76 filter/source
/graphic
/graphicfilter \
77 linguistic
/source
/lng \
80 $(eval
$(call gb_CppunitTest_use_configuration
,desktop_lib
))
82 # vim: set noet sw=4 ts=4: