blob: 8d0a9a663e0a7f5218422218878647c42a718ff8 [file] [log] [blame]
Matúš Kukan051fdda2011-12-17 14:55:08 +01001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#
Matúš Kukan051fdda2011-12-17 14:55:08 +01003#
Michael Meeksd037b812026-03-26 15:06:16 +00004# This file is part of the Collabora Office project.
Matúš Kukan051fdda2011-12-17 14:55:08 +01005#
Michael Meeks72e5d0c2013-04-24 17:14:03 +01006# 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/.
Matúš Kukan051fdda2011-12-17 14:55:08 +01009#
Matúš Kukan051fdda2011-12-17 14:55:08 +010010
11$(eval $(call gb_CppunitTest_CppunitTest,cppu_test_cppumaker))
12
13$(eval $(call gb_CppunitTest_add_exception_objects,cppu_test_cppumaker, \
14 cppu/qa/cppumaker/test_cppumaker \
15))
16
Michael Stahlc923f7d2012-04-07 23:22:08 +020017$(eval $(call gb_CppunitTest_use_libraries,cppu_test_cppumaker, \
Matúš Kukan051fdda2011-12-17 14:55:08 +010018 cppu \
19 sal \
Matúš Kukan051fdda2011-12-17 14:55:08 +010020))
21
Matúš Kukan9e7d5cd2012-04-07 01:17:07 +020022$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_test_cppumaker, \
Stephan Bergmann5d004e82013-09-18 18:27:59 +020023 cppu_qa_cppumaker_types \
Matúš Kukan9e7d5cd2012-04-07 01:17:07 +020024 udkapi \
Matúš Kukan051fdda2011-12-17 14:55:08 +010025))
26
27# vim: set noet sw=4 ts=4: