build fix
[LibreOffice.git] / package / CppunitTest_package2_test.mk
blob4a9bff5fd8530c72e3c22c0334d03e1b0c5a673d
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_sdk_api,package2_test))
30 $(eval $(call gb_CppunitTest_use_components,package2_test,\
31 configmgr/source/configmgr \
32 package/util/package2 \
33 ucb/source/core/ucb1 \
34 ucb/source/ucp/file/ucpfile1 \
37 $(eval $(call gb_CppunitTest_use_ure,package2_test))
39 $(eval $(call gb_CppunitTest_use_configuration,package2_test))
41 # vim: set noet sw=4 ts=4: