| Chris Sherlock | f4e2d7b | 2019-07-28 19:16:53 +1000 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| 2 | # |
| Michael Meeks | d037b81 | 2026-03-26 15:06:16 +0000 | [diff] [blame] | 3 | # This file is part of the Collabora Office project. |
| Chris Sherlock | f4e2d7b | 2019-07-28 19:16:53 +1000 | [diff] [blame] | 4 | # |
| 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 Sherlock | a98b003 | 2022-05-28 12:04:32 +1000 | [diff] [blame] | 18 | vcl/qa/cppunit/animationrenderer \ |
| Chris Sherlock | 431c692 | 2019-07-19 23:47:32 +1000 | [diff] [blame] | 19 | vcl/qa/cppunit/animation \ |
| Chris Sherlock | f4e2d7b | 2019-07-28 19:16:53 +1000 | [diff] [blame] | 20 | )) |
| 21 | |
| 22 | $(eval $(call gb_CppunitTest_use_libraries,vcl_animation, \ |
| 23 | test \ |
| Dr. David Alan Gilbert | 38372f1 | 2023-07-13 14:32:44 +0100 | [diff] [blame] | 24 | tl \ |
| Chris Sherlock | f4e2d7b | 2019-07-28 19:16:53 +1000 | [diff] [blame] | 25 | 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: |