Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / sw / PythonTest_sw_python.mk
blobc47c5cbcbbd366ec8cbcd21f708c3e52f09dc771
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/python/testdocuments" \
16 $(eval $(call gb_PythonTest_add_modules,sw_python,$(SRCDIR)/sw/qa/python,\
17 check_bookmarks \
18 check_change_color \
19 check_index \
20 check_flies \
21 check_fields \
22 check_cross_references \
23 check_named_property_values \
24 check_indexed_property_values \
25 check_styles \
26 check_table \
27 get_expression \
28 set_expression \
29 text_portion_enumeration_test \
30 var_fields \
33 # vim: set noet sw=4 ts=4: