Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / sw / PythonTest_sw_python.mk
blob774f6f8aba42995f9146270e8337c068c7d357bb
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_PythonTest_PythonTest,sw_python))
12 $(eval $(call gb_PythonTest_set_defs,sw_python,\
13 TDOC="$(SRCDIR)/sw/qa/complex/writer/testdocuments" \
16 $(eval $(call gb_PythonTest_add_modules,sw_python,$(SRCDIR)/sw/qa/python,\
17 check_change_color \
18 check_index \
19 check_flies \
20 check_fields \
21 check_cross_references \
22 check_named_property_values \
23 check_indexed_property_values \
24 check_styles \
25 check_table \
26 get_expression \
27 set_expression \
28 var_fields \
31 # vim: set noet sw=4 ts=4: