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
,xmlscript_cppunit
))
12 $(eval
$(call gb_CppunitTest_add_exception_objects
,xmlscript_cppunit
, \
13 xmlscript
/qa
/cppunit
/test \
16 $(eval
$(call gb_CppunitTest_use_sdk_api
,xmlscript_cppunit
))
17 $(eval
$(call gb_CppunitTest_use_ure
,xmlscript_cppunit
))
18 $(eval
$(call gb_CppunitTest_use_vcl
,xmlscript_cppunit
))
19 $(eval
$(call gb_CppunitTest_use_rdb
,xmlscript_cppunit
,services
))
21 $(eval
$(call gb_CppunitTest_use_custom_headers
,xmlscript_cppunit
,\
25 $(eval
$(call gb_CppunitTest_use_externals
,xmlscript_cppunit
,\
29 $(eval
$(call gb_CppunitTest_use_configuration
,xmlscript_cppunit
))
31 $(eval
$(call gb_CppunitTest_use_libraries
,xmlscript_cppunit
, \
43 # vim: set noet sw=4 ts=4: