summaryrefslogtreecommitdiff
path: root/sw/PythonTest_sw_python.mk
blob: 52907c1f00410fa4a890ad657c7394c9f44c70bf (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
# -*- 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_PythonTest_PythonTest,sw_python))

$(eval $(call gb_PythonTest_set_defs,sw_python,\
    TDOC="$(SRCDIR)/sw/qa/complex/writer/testdocuments" \
))

$(eval $(call gb_PythonTest_add_modules,sw_python,$(SRCDIR)/sw/qa/python,\
	check_index \
	check_fields \
	check_table \
	get_expression \
	set_expression \
	var_fields \
))

# vim: set noet sw=4 ts=4:
5ec8'>28f45e406da9ca2c87d1e4285b0138c081125ec8 (diff)
tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[f-h]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie93b7695e4c67fc55089b21a5df37a3468ad4bee Reviewed-on: https://gerrit.libreoffice.org/55565 Tested-by: Jenkins Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>