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
,slideshow_engine
))
14 $(eval
$(call gb_CppunitTest_use_externals
,slideshow_engine
,\
18 $(eval
$(call gb_CppunitTest_add_exception_objects
,slideshow_engine
, \
19 slideshow
/qa
/engine
/engine \
22 $(eval
$(call gb_CppunitTest_use_libraries
,slideshow_engine
, \
35 $(eval
$(call gb_CppunitTest_use_sdk_api
,slideshow_engine
))
37 $(eval
$(call gb_CppunitTest_set_include
,slideshow_engine
,\
38 -I
$(SRCDIR
)/slideshow
/source
/inc \
39 -I
$(SRCDIR
)/slideshow
/source
/engine
/animationnodes \
43 $(eval
$(call gb_CppunitTest_use_ure
,slideshow_engine
))
44 $(eval
$(call gb_CppunitTest_use_vcl
,slideshow_engine
))
46 $(eval
$(call gb_CppunitTest_use_rdb
,slideshow_engine
,services
))
48 $(eval
$(call gb_CppunitTest_use_custom_headers
,slideshow_engine
,\
52 $(eval
$(call gb_CppunitTest_use_configuration
,slideshow_engine
))
54 # vim: set noet sw=4 ts=4: