bump product version to 6.4.0.3
[LibreOffice.git] / sw / PythonTest_sw_python.mk
blob6e699f5caa1dd812ba246d6e4e0d64a947a91c85
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_xcloseable \
23 check_cross_references \
24 check_named_property_values \
25 check_indexed_property_values \
26 check_range_properties \
27 check_styles \
28 check_table \
29 check_xautotextcontainer \
30 check_xautotextgroup \
31 check_xmodel \
32 check_xmodifiable2 \
33 check_xnamedgraph \
34 check_xrefreshable \
35 check_xtextrangecompare \
36 check_xtexttable \
37 get_expression \
38 set_expression \
39 text_portion_enumeration_test \
40 var_fields \
41 xscriptprovider \
42 xtextfieldssupplier \
43 xcontrolshape \
44 xtextcontent \
45 xtextrange \
46 xtext \
47 xtextcursor \
50 # vim: set noet sw=4 ts=4: