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
,package2_test
))
14 $(eval
$(call gb_CppunitTest_add_exception_objects
,package2_test
, \
15 package
/qa
/cppunit
/test_package \
18 $(eval
$(call gb_CppunitTest_use_libraries
,package2_test
, \
27 $(eval
$(call gb_CppunitTest_use_sdk_api
,package2_test
))
29 $(eval
$(call gb_CppunitTest_use_components
,package2_test
,\
30 configmgr
/source
/configmgr \
31 package
/util
/package2 \
32 ucb
/source
/core
/ucb1 \
33 ucb
/source
/ucp
/file
/ucpfile1 \
36 $(eval
$(call gb_CppunitTest_use_ure
,package2_test
))
38 $(eval
$(call gb_CppunitTest_use_configuration
,package2_test
))
40 # vim: set noet sw=4 ts=4: