1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_CppunitTest_CppunitTest
,vcl_apitests
))
12 $(eval
$(call gb_CppunitTest_set_include
,vcl_apitests
,\
16 $(eval
$(call gb_CppunitTest_add_exception_objects
,vcl_apitests
, \
17 vcl
/qa
/api
/XGraphicTest \
20 $(eval
$(call gb_CppunitTest_use_externals
,vcl_apitests
,boost_headers
))
22 $(eval
$(call gb_CppunitTest_use_libraries
,vcl_apitests
, \
34 $(eval
$(call gb_CppunitTest_use_api
,vcl_apitests
,\
39 $(eval
$(call gb_CppunitTest_use_ure
,vcl_apitests
))
40 $(eval
$(call gb_CppunitTest_use_vcl
,vcl_apitests
))
41 $(eval
$(call gb_CppunitTest_use_configuration
,vcl_apitests
))
43 $(eval
$(call gb_CppunitTest_use_components
,vcl_apitests
,\
44 comphelper
/util
/comphelp \
45 configmgr
/source
/configmgr \
46 filter/source
/config
/cache
/filterconfig1 \
47 filter/source
/storagefilterdetect
/storagefd \
48 i18npool
/util
/i18npool \
49 package
/source
/xstor
/xstor \
50 package
/util
/package2 \
53 svl
/source
/fsstor
/fsstorage \
55 ucb
/source
/core
/ucb1 \
56 ucb
/source
/ucp
/file
/ucpfile1 \
57 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
64 # vim: set noet sw=4 ts=4: