fix mismatching gb_Trace_StartRange and gb_Trace_EndRage
[libreoffice.git] / binaryurp / CppunitTest_binaryurp_test-unmarshal.mk
blob03823614e99e20ecd5854762a40b141b397e0cf9
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,binaryurp_test-unmarshal))
12 $(eval $(call gb_CppunitTest_use_libraries,binaryurp_test-unmarshal,\
13 cppu \
14 cppuhelper \
15 sal \
16 salhelper \
19 $(eval $(call gb_CppunitTest_use_library_objects,binaryurp_test-unmarshal,\
20 binaryurp \
23 $(eval $(call gb_CppunitTest_use_api,binaryurp_test-unmarshal,\
24 udkapi \
27 $(eval $(call gb_CppunitTest_add_exception_objects,binaryurp_test-unmarshal,\
28 binaryurp/qa/test-unmarshal \
31 # vim: set noet sw=4 ts=4: