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 # template for export tests
13 define chart2_export
$(1)_test
15 $(eval
$(call gb_CppunitTest_CppunitTest
,chart2_export
$(1)))
17 $(eval
$(call gb_CppunitTest_use_externals
,chart2_export
$(1), \
22 $(eval
$(call gb_CppunitTest_add_exception_objects
,chart2_export
$(1), \
23 chart2
/qa
/extras
/chart2export
$(1) \
26 $(eval
$(call gb_CppunitTest_use_libraries
,chart2_export
$(1), \
27 $(call gb_Helper_optional
,AVMEDIA
,avmedia
) \
59 $(call gb_Helper_optional
,SCRIPTING
, \
65 $(eval
$(call gb_CppunitTest_set_include
,chart2_export
$(1),\
66 -I
$(SRCDIR
)/chart2
/inc \
70 $(eval
$(call gb_CppunitTest_use_sdk_api
,chart2_export
$(1)))
72 $(eval
$(call gb_CppunitTest_use_ure
,chart2_export
$(1)))
73 $(eval
$(call gb_CppunitTest_use_vcl
,chart2_export
$(1)))
74 $(eval
$(call gb_CppunitTest_use_rdb
,chart2_export
$(1),services
))
76 $(eval
$(call gb_CppunitTest_use_uiconfigs
,chart2_export
$(1), \
80 $(eval
$(call gb_CppunitTest_use_configuration
,chart2_export
$(1)))
82 $(call gb_CppunitTest_get_target
,chart2_export
$(1)): $(call gb_Package_get_target
,postprocess_images
)
84 $(eval
$(call gb_CppunitTest_add_arguments
,chart2_export
$(1), \
85 -env
:arg-env
=$(gb_Helper_LIBRARY_PATH_VAR
)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
90 # vim: set noet sw=4 ts=4: