blob: bf2e0ed92da0c56a76000d2359ded0fd8d920546 [file] [log] [blame]
Stephan Bergmann14aa07d2015-05-04 13:50:47 +02001# -*- 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.
Stephan Bergmann14aa07d2015-05-04 13:50:47 +02004#
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,desktop_version))
11
12$(eval $(call gb_CppunitTest_add_exception_objects,desktop_version, \
13 desktop/qa/deployment_misc/test_dp_version \
14))
15
16$(eval $(call gb_CppunitTest_use_libraries,desktop_version, \
17 deploymentmisc \
18 sal \
19))
20
21$(eval $(call gb_CppunitTest_use_udk_api,desktop_version))
22
23# vim: set noet sw=4 ts=4: