Typo: cirle->circle
[LibreOffice.git] / package / CppunitTest_package2_test.mk
blobbf4839a780e15cd9c23eebe9520b59b172fa998f
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, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 tl \
24 unotest \
25 $(gb_UWINAPI) \
28 $(eval $(call gb_CppunitTest_use_api,package2_test,\
29 offapi \
30 udkapi \
33 $(eval $(call gb_CppunitTest_use_components,package2_test,\
34 configmgr/source/configmgr \
35 package/util/package2 \
36 ucb/source/core/ucb1 \
37 ucb/source/ucp/file/ucpfile1 \
40 $(eval $(call gb_CppunitTest_use_ure,package2_test))
42 $(eval $(call gb_CppunitTest_use_configuration,package2_test))
44 # vim: set noet sw=4 ts=4: