tdf#124990: DnD operation can be set to fail in dropComplete
[LibreOffice.git] / sw / PythonTest_sw_python.mk
blob8250da21dc6d27399e79cf0a0e7e471e8f9981b4
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_styles \
27 check_xtexttable \
28 check_table \
29 check_xautotextcontainer \
30 check_xautotextgroup \
31 check_xmodifiable2 \
32 check_xmodel \
33 check_xnamedgraph \
34 check_xrefreshable \
35 check_xtextrangecompare \
36 get_expression \
37 set_expression \
38 text_portion_enumeration_test \
39 var_fields \
40 xscriptprovider \
41 xtextfieldssupplier \
42 xcontrolshape \
43 xtextcontent \
44 xtextrange \
45 xtext \
46 xtextcursor \
49 # vim: set noet sw=4 ts=4: