summaryrefslogtreecommitdiff
path: root/sal/CppunitTest_sal_osl_condition.mk
blob: 4b9f4aac42d6dd5ee83ae365a9baed7378ff4839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- 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,sal_osl_condition))

$(eval $(call gb_CppunitTest_add_exception_objects,sal_osl_condition,\
    sal/qa/osl/condition/osl_Condition \
))

$(eval $(call gb_CppunitTest_use_libraries,sal_osl_condition,\
    sal \
	$(gb_UWINAPI) \
))

# vim: set noet sw=4 ts=4:
for Sequence<OUString>Noel Grandin 2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist 2014-04-11Use valid UNOIDL identifier for XAccessibleGetAccFlowTo.get_AccFlowToStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-21add missing modelinesCaolán McNamara 2013-11-27error C2872: 'accessibility' : ambiguous symbolCaolán McNamara 2013-11-27Integrate branch of IAccessible2Steve Yin