blob: c9c69447e7711fc1563ae727e6bd695a27b7f74b [file] [log] [blame]
Chris Sherlockf4e2d7b2019-07-28 19:16:53 +10001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#
Michael Meeksd037b812026-03-26 15:06:16 +00003# This file is part of the Collabora Office project.
Chris Sherlockf4e2d7b2019-07-28 19:16:53 +10004#
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/.
8#
9
10$(eval $(call gb_CppunitTest_CppunitTest,vcl_animation))
11
12$(eval $(call gb_CppunitTest_set_include,vcl_animation,\
13 -I$(SRCDIR)/vcl/inc \
14 $$(INCLUDE) \
15))
16
17$(eval $(call gb_CppunitTest_add_exception_objects,vcl_animation, \
Chris Sherlocka98b0032022-05-28 12:04:32 +100018 vcl/qa/cppunit/animationrenderer \
Chris Sherlock431c6922019-07-19 23:47:32 +100019 vcl/qa/cppunit/animation \
Chris Sherlockf4e2d7b2019-07-28 19:16:53 +100020))
21
22$(eval $(call gb_CppunitTest_use_libraries,vcl_animation, \
23 test \
Dr. David Alan Gilbert38372f12023-07-13 14:32:44 +010024 tl \
Chris Sherlockf4e2d7b2019-07-28 19:16:53 +100025 unotest \
26 vcl \
27))
28
29$(eval $(call gb_CppunitTest_use_externals,vcl_animation, \
30 boost_headers \
31))
32
33$(eval $(call gb_CppunitTest_use_sdk_api,vcl_animation))
34
35$(eval $(call gb_CppunitTest_use_ure,vcl_animation))
36$(eval $(call gb_CppunitTest_use_vcl,vcl_animation))
37
38$(eval $(call gb_CppunitTest_use_components,vcl_animation,\
39 configmgr/source/configmgr \
40 i18npool/util/i18npool \
41))
42
43$(eval $(call gb_CppunitTest_use_configuration,vcl_animation))
44
45# vim: set noet sw=4 ts=4: