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 # Dummy .mk to have a single "make PythonTest_pytests" goal to run all the
11 # pyuno/PythonTest_pyuno_pytests_*.mk tests (which are not run by default).
13 # To add a new test pyuno/PythonTest_pyuno_pytests_NEW.mk, add
15 # $(call gb_PythonTest_get_target,pyuno_pytests_NEW) \
17 # to the below list and
19 # PythonTest_pyuno_pytests_NEW \
21 # to the list in the "ifneq (,$(filter PythonTest_pytests,$(MAKECMDGOALS)))"
22 # section of pyuno/Module_pyuno.mk.
24 $(eval
$(call gb_PythonTest_PythonTest
,pytests
))
26 $(call gb_PythonTest_get_target
,pytests
) : \
27 $(call gb_PythonTest_get_target
,pyuno_pytests_insertremovecells
) \
28 $(call gb_PythonTest_get_target
,pyuno_pytests_ssl
) \
30 # vim: set noet sw=4 ts=4: