summaryrefslogtreecommitdiffstats
path: root/pyuno/PythonTest_pytests.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/PythonTest_pytests.mk')
-rw-r--r--pyuno/PythonTest_pytests.mk31
1 files changed, 0 insertions, 31 deletions
diff --git a/pyuno/PythonTest_pytests.mk b/pyuno/PythonTest_pytests.mk
deleted file mode 100644
index 71255b638e5a..000000000000
--- a/pyuno/PythonTest_pytests.mk
+++ /dev/null
@@ -1,31 +0,0 @@
-# -*- 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: