summaryrefslogtreecommitdiff
path: root/sd/JunitTest_sd_unoapi.mk
blob: 85f5f3d49c511566c301e74b505bed8032fdebf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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_JunitTest_JunitTest,sd_unoapi))

$(eval $(call gb_JunitTest_set_unoapi_test_defaults,sd_unoapi))

# vim: set noet sw=4 ts=4:
t with debug headerGabor Kelemen 2019-04-09find-unneeded-includes: fix tuple default items in debugStlGabor Kelemen 2019-04-03find-unneeded-includes: filter out boost/variant.hppGabor Kelemen 2019-04-02find-unneeded-includes: use a better data structureGabor Kelemen 2019-03-22find-unneeded-includes: don't try to fw. declare o3tl/span.hxxGabor Kelemen 2019-03-18find-unneeded-includes: don't propose debug/set.h if multiset is usedGabor Kelemen 2019-02-11find-unneeded-includes: Skip headers used only for compile testGabor Kelemen 2019-01-24find-unneeeded-includes: don't propose to replace o3tl/deleter.hxxGabor Kelemen 2019-01-17find-unneeded-includes: don't propose debug/bitset eitherGabor Kelemen 2019-01-11find-unneeded-includes: don't propose cmath -> bits/std_abs.hGabor Kelemen 2018-12-11find-unneeded-includes: Avoid proposing o3tl fw declarationGabor Kelemen 2018-11-13find-unneeded-includes: sort the outputGabor Kelemen 2018-10-25sw: fix some IWYU warningsMiklos Vajna 2018-10-13find-unneeded-includes: do not propose css/uno .hxx to .h replacementsGabor Kelemen 2018-10-08find-unneeded-includes: warn about fw decls in namespaces tooGabor Kelemen 2018-09-21find-unneeded-includes: Don't propose functional -> bits/std_function.hGabor Kelemen 2018-09-12IWYU: ignore UNO include files, similar to how the clang loplugin doesMiklos Vajna 2018-07-05find-unneeded-includes: stop proposing internal libstdc++ headersGabor Kelemen 2018-05-23find-unneeded-includes: Make the output user friendlierGabor Kelemen 2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna 2018-04-23Fix typo in variableAndrea Gelmini