summaryrefslogtreecommitdiff
path: root/pyuno/PythonTest_pytests.mk
blob: 71255b638e5a34e84b08199b7144c3cecfa64122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- 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/.
#

# Dummy .mk to have a single "make PythonTest_pytests" goal to run all the
# pyuno/PythonTest_pyuno_pytests_*.mk tests (which are not run by default).
#
# To add a new test pyuno/PythonTest_pyuno_pytests_NEW.mk, add
#
#   $(call gb_PythonTest_get_target,pyuno_pytests_NEW) \
#
# to the below list and
#
#   PythonTest_pyuno_pytests_NEW \
#
# to the list in the "ifneq (,$(filter PythonTest_pytests,$(MAKECMDGOALS)))"
# section of pyuno/Module_pyuno.mk.

$(eval $(call gb_PythonTest_PythonTest,pytests))

$(call gb_PythonTest_get_target,pytests) : \
    $(call gb_PythonTest_get_target,pyuno_pytests_testcollections) \
    $(call gb_PythonTest_get_target,pyuno_pytests_insertremovecells) \
    $(call gb_PythonTest_get_target,pyuno_pytests_ssl) \

# vim: set noet sw=4 ts=4:
99508fe4f588f462'>No need to support "prefix" in DllComponentLoaderStephan Bergmann 2013-10-02Spell "indices" correctlyTor Lillqvist 2013-10-02-Werror,-Wunused-functionStephan Bergmann 2013-10-01[API CHANGE] Stricter requirements for shlib.hxx function argumentsStephan Bergmann 2013-10-01IllegalArgumentException is a RuntimeException nowStephan Bergmann 2013-08-22Mark as constTakeshi Abe 2013-08-22sal_Bool to boolTakeshi Abe 2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák 2013-08-19Remove com.sun.star.comp.stoc.RegistryTypeDescriptionProviderStephan Bergmann 2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist 2013-07-09Remove warning by using the right printf commandsArnaud Versini 2013-06-29remove OUString wrap for string literalsThomas Arnhold 2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann 2013-06-05use uno::Reference#clear() method...Noel Grandin 2013-06-03re-base on ALv2 code. Includes:Michael Meeks 2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold 2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl 2013-05-06fdo#62475 - remove ASCII artPhilipp Riemer 2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer 2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák 2013-04-25Mark TypeDescriptionProvider service as "don't create by name"Stephan Bergmann 2013-04-22Revert "Revert "WIP: Experimental new binary type.rdb format""Stephan Bergmann 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann 2013-04-19remove unused component_canUnload functionsMatúš Kukan 2013-04-16Unused includeStephan Bergmann 2013-04-16stoc: do not use rtl/unload.h functionalityMatúš Kukan 2013-04-16Related rhbz#867808: More apparently bogus "throw new ..." in C++ codeStephan Bergmann 2013-04-16rhbz#867808 Do not throw RuntimeException by pointerStephan Bergmann 2013-04-15prefix all component_getFactory methodsPeter Foley