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_apitests
))
14 $(eval
$(call gb_CppunitTest_use_external
,sw_apitests
,boost_headers
))
16 $(eval
$(call gb_CppunitTest_use_common_precompiled_header
,sw_apitests
))
18 $(eval
$(call gb_CppunitTest_add_exception_objects
,sw_apitests
, \
19 sw
/qa
/api
/SwXDocumentIndex \
20 sw
/qa
/api
/SwXDocumentSettings \
21 sw
/qa
/api
/SwXTextFrame \
22 sw
/qa
/api
/SwXTextField \
23 sw
/qa
/api
/SwXTextTable \
26 $(eval
$(call gb_CppunitTest_use_libraries
,sw_apitests
, \
56 $(call gb_Helper_optional
,SCRIPTING
, \
62 $(eval
$(call gb_CppunitTest_set_include
,sw_apitests
,\
67 $(eval
$(call gb_CppunitTest_use_api
,sw_apitests
,\
72 $(eval
$(call gb_CppunitTest_use_ure
,sw_apitests
))
73 $(eval
$(call gb_CppunitTest_use_vcl
,sw_apitests
))
74 $(eval
$(call gb_CppunitTest_use_configuration
,sw_apitests
))
76 $(eval
$(call gb_CppunitTest_use_rdb
,sw_apitests
,services
))
78 $(eval
$(call gb_CppunitTest_use_uiconfigs
,sw_apitests
, \
82 # vim: set noet sw=4 ts=4: