summaryrefslogtreecommitdiff
path: root/sal/CppunitTest_sal_osl_file.mk
blob: 4dadd8809ef0cbfca387ffbd4645988875e776ba (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
# -*- 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_file))

$(eval $(call gb_CppunitTest_add_exception_objects,sal_osl_file,\
    sal/qa/osl/file/osl_File \
))

$(eval $(call gb_CppunitTest_use_external,sal_osl_file,boost_headers))

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

# vim: set noet sw=4 ts=4:
fecbad5'>loplugin:stringviewparam: operator +Stephan Bergmann 2020-10-26Remove unmaintained Executable_libtestStephan Bergmann 2020-10-22long->tools::Long in slideshow..starmathNoel 2020-10-17Removed duplicated includeAndrea Gelmini 2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel 2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt 2020-03-12Revert "loplugin:constfields in smoketest..sot"Noel Grandin 2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt 2019-08-12Fix typosAndrea Gelmini 2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann 2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski 2018-10-09loplugin:constfields in smoketest..sotNoel Grandin 2018-09-24loplugin:external (clang-cl)Stephan Bergmann 2018-09-17New loplugin:externalStephan Bergmann 2018-04-14Fix typosAndrea Gelmini 2017-10-23loplugin:includeform: smoketestStephan Bergmann 2017-08-31loplugin:constparams: smoketest (clang-cl)Stephan Bergmann 2017-07-28loplugin:constparams handle constructorsNoel Grandin 2017-07-06Translate German comments/debug strings (leftovers in dirs sdext to soltools)Johnny_M 2017-06-12cleanup unused css/frame/* includesJochen Nitschke 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert smoketest codebase away from OSL_ASSERT to assertChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-11Fix typosAndrea Gelmini 2017-03-02Fix typosAndrea Gelmini 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-20Fix smoketest under right-to-left localesKhaled Hosny 2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko