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_dump
))
12 $(eval
$(call gb_CppunitTest_add_exception_objects
,stoc_dump
, \
16 $(eval
$(call gb_CppunitTest_use_internal_api
,stoc_dump
, \
17 cppu_qa_cppumaker_types \
20 $(eval
$(call gb_CppunitTest_use_libraries
,stoc_dump
, \
26 $(eval
$(call gb_CppunitTest_use_udk_api
,stoc_dump
))
28 $(eval
$(call gb_CppunitTest_use_ure
,stoc_dump
))
30 $(call gb_CppunitTest_get_target
,stoc_dump
): \
31 UNO_TYPES
+= $(call gb_UnoApiTarget_get_target
,cppu_qa_cppumaker_types
)
33 # vim: set noet sw=4 ts=4: