# -*- 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/. # $(eval $(call gb_Module_Module,pyuno)) ifneq ($(DISABLE_PYTHON),TRUE) $(eval $(call gb_Module_add_targets,pyuno,\ CustomTarget_pyuno_pythonloader_ini \ Library_pyuno \ Library_pythonloader \ Package_python_scripts \ Package_pyuno_pythonloader_ini \ Rdb_pyuno \ )) ifneq ($(OS),WNT) $(eval $(call gb_Module_add_targets,pyuno,\ Library_pyuno_wrapper \ )) endif # Windows: only --enable-python=internal possible # python-core: pyuno/python.exe on Windows ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,pyuno,\ Executable_python \ )) endif ifeq ($(SYSTEM_PYTHON),) # python-core: python.sh on Unix ifneq ($(OS),WNT) $(eval $(call gb_Module_add_targets,pyuno,\ CustomTarget_python_shell \ Package_python_shell \ )) endif endif # SYSTEM_PYTHON $(eval $(call gb_Module_add_check_targets,pyuno, \ PythonTest_pyuno_pytests_testssl \ PythonTest_pyuno_pytests_testbz2 \ )) ifeq ($(OS),MACOSX) $(eval $(call gb_Module_add_check_targets,pyuno, \ PythonTest_pyuno_pytests_testsetuptools \ )) endif $(eval $(call gb_Module_add_subsequentcheck_targets,pyuno, \ PythonTest_pyuno_pytests_testcollections \ PythonTest_pyuno_pytests_insertremovecells \ )) endif # DISABLE_PYTHON # vim:set noet sw=4 ts=4: 4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/uitest
AgeCommit message (Expand)Author
2024-10-21Document LIBO_TEST_DEFAULT_DESKTOP environment variableMike Kaganski
2024-08-26Related tdf#160226 - Math inline editing Off by defaultHeiko Tietze
2024-08-01pyuno,unotest,xmlsecurity: copy GPG test files for UITtestMichael Stahl
2024-07-29testtools, uitest, unotest: fix issues found by Ruff linterIlmari Lauhakangas
2024-07-15Simplify use of close_dialog_through_button: allow button by nameMike Kaganski
2024-07-13Python: use is None/is not None instead of == None/!= NoneJulien Nabet
2024-03-28fix comparison of UIObject's inside UITestsNoel Grandin
2024-03-28add check to close_dialog_through_buttonNoel Grandin
2024-03-28improve logging in UITestsNoel Grandin
2024-03-06related: tdf#159879: test chart dialogsXisco Fauli