1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
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
,stoc_uriproc
))
12 $(eval
$(call gb_CppunitTest_add_exception_objects
,stoc_uriproc
, \
13 stoc
/test/uriproc
/test_uriproc \
16 $(eval
$(call gb_CppunitTest_use_libraries
,stoc_uriproc
, \
22 $(eval
$(call gb_CppunitTest_use_udk_api
,stoc_uriproc
))
24 $(eval
$(call gb_CppunitTest_use_ure
,stoc_uriproc
))
26 # In a full build this is already covered indirectly by gb_CppunitTest_use_ure, but a module-only
27 # build needs it (and instead using gb_CppunitTest_use_component would cause a "duplicate
28 # implementation" DeploymentException):
29 $(call gb_CppunitTest_get_target
,stoc_uriproc
): \
30 $(call gb_ComponentTarget_get_target
,stoc
/util
/stocservices
)
32 # vim: set noet sw=4 ts=4: