summaryrefslogtreecommitdiff
path: root/swext/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
fcacc5489f8995d697126dd463e3df25a4d6'>tdf#97361: Removed getByTindex in Pyuno pytestsMayank Suman 2019-03-18tdf#124011 Add __ne__ method to UNO typesShubham Goyal 2018-09-07DeInitVCL in PythonTestStephan Bergmann 2018-04-05Fix Python file URL construction on WindowsStephan Bergmann 2018-04-03Create temp copies of test docs in Python/UITestsStephan Bergmann 2017-10-04Fix PythonTest_pyuno_pytests_insertremovecells on WindowsStephan Bergmann 2017-09-26Call pyuno.private_initTestEnvironment() only onceStephan Bergmann 2016-12-12tdf#97361: Changed naming convention to Python type, object factories impleme...n5xgdh 2016-02-23Running pep8 on pyuno unit test filesKenneth Koski 2016-01-10Fix typosAndrea Gelmini 2015-06-26Make PyUNO provide more Pythonic behaviourMatthew J. Francis 2014-06-04Demystify magic poniesStephan Bergmann 2014-04-24as suspectedCaolán McNamara 2014-04-24test for _sslCaolán McNamara 2014-04-18this test apparently does not need pyunoDavid Tardon 2014-04-18add an import ssl testCaolán McNamara 2014-02-20Test for fdo#74824.Kevin Hunter