summaryrefslogtreecommitdiff
path: root/cppuhelper/CppunitTest_cppuhelper_qa_misc.mk
blob: c83ebee5959e0418b8a3cbc638700a42f4dfdf4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_CppunitTest_CppunitTest,cppuhelper_qa_misc))

$(eval $(call gb_CppunitTest_add_exception_objects,cppuhelper_qa_misc,\
    cppuhelper/qa/misc/test_misc \
))

$(eval $(call gb_CppunitTest_use_api,cppuhelper_qa_misc,\
	udkapi \
))

$(eval $(call gb_CppunitTest_use_libraries,cppuhelper_qa_misc,\
	cppu \
    cppuhelper \
	sal \
))

# vim: set noet sw=4 ts=4:
Michael Meeks 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan 2011-11-27remove pch from the include listNorbert Thiebaud 2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe 2011-08-04help windows build alongCaolán McNamara 2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist 2011-07-26Removed weird VERBOSE overload in canvasThorsten Behrens 2011-07-26Removed special-casing for SunStudio brokennessThorsten Behrens 2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen 2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen 2011-06-17gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags...Michael Stahl 2011-06-16CWS gnumake4: convert canvas to new build systemMathias Bauer