blob: ff981a3a3f9e0424925f11ed1be97d40d5ebec1b [file] [log] [blame]
Miklos Vajna77d2bba2022-01-04 16:28:03 +01001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#*************************************************************************
3#
Michael Meeksd037b812026-03-26 15:06:16 +00004# This file is part of the Collabora Office project.
Miklos Vajna77d2bba2022-01-04 16:28:03 +01005#
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/.
9#
10#*************************************************************************
11
12$(eval $(call gb_CppunitTest_CppunitTest,svx_core))
13
14$(eval $(call gb_CppunitTest_use_externals,svx_core,\
15 boost_headers \
16))
17
18$(eval $(call gb_CppunitTest_add_exception_objects,svx_core, \
19 svx/qa/unit/core \
20))
21
22$(eval $(call gb_CppunitTest_use_libraries,svx_core, \
23 comphelper \
24 cppu \
Tomaž Vajngerld449da32022-07-20 22:01:31 +020025 cppuhelper \
Miklos Vajna77d2bba2022-01-04 16:28:03 +010026 sal \
Xisco Faulicfc8a8f2022-11-01 10:09:23 +010027 subsequenttest \
Miklos Vajna77d2bba2022-01-04 16:28:03 +010028 svx \
29 svxcore \
30 test \
31 tl \
32 unotest \
33 utl \
34 vcl \
Caolán McNamara2a981762025-10-30 13:33:12 +000035 xo \
Miklos Vajna77d2bba2022-01-04 16:28:03 +010036))
37
38$(eval $(call gb_CppunitTest_use_sdk_api,svx_core))
39
40$(eval $(call gb_CppunitTest_use_ure,svx_core))
41$(eval $(call gb_CppunitTest_use_vcl,svx_core))
42
43$(eval $(call gb_CppunitTest_use_rdb,svx_core,services))
44
45$(eval $(call gb_CppunitTest_use_custom_headers,svx_core,\
46 officecfg/registry \
47))
48
49$(eval $(call gb_CppunitTest_use_configuration,svx_core))
50
51# vim: set noet sw=4 ts=4: