summaryrefslogtreecommitdiff
path: root/svtools/CppunitTest_svtools_html.mk
blob: e436b6d0895ff26f079dbbb1c80bb1b6e4025685 (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
28
29
30
31
32
33
# -*- 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,svtools_html))

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

$(eval $(call gb_CppunitTest_use_api,svtools_html, \
    offapi \
    udkapi \
))

$(eval $(call gb_CppunitTest_add_exception_objects,svtools_html, \
    svtools/qa/unit/testHtmlWriter \
))

$(eval $(call gb_CppunitTest_use_libraries,svtools_html, \
	comphelper \
	cppu \
	cppuhelper \
	tl \
	sal \
	svt \
    $(gb_UWINAPI) \
))

# vim: set noet sw=4 ts=4:
Mike Kaganski 2018-10-19clang-tidy readability-container-size-emptyNoel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin 2018-08-02Add missing sal/log.hxx headersGabor Kelemen 2017-06-07Make use of OUString::startsWithIgnoreAsciiCase rest parameterStephan Bergmann 2017-05-30FTPURL::parse doesn't need so much string conversionNoel Grandin 2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-05-19loplugin:unusedmethods in ucb/ucbhelperNoel Grandin 2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin 2016-02-23new loplugin: commaoperatorNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06coverity#1338236 Uncaught exceptionCaolán McNamara 2015-10-12loplugin:mergeclassesNoel Grandin 2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann 2015-07-27inline a bunch of use-once macrosNoel Grandin 2015-07-02coverity#1309068 Uncaught exceptionCaolán McNamara 2015-06-28coverity#1308540 Uncaught exceptionCaolán McNamara 2015-06-28coverity#1308498 Uncaught exceptionCaolán McNamara 2015-06-28coverity#1308488 Uncaught exceptionCaolán McNamara 2015-06-27coverity#1308456 Uncaught exceptionCaolán McNamara 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-02loplugin:loopvartoosmallNoel Grandin 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann