[Libreoffice-commits] core.git: external/python3
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Nov 19 20:15:30 UTC 2020
external/python3/ExternalProject_python3.mk | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit a6a2855818585740d8291a669c3552a7c4e77480
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Nov 19 19:21:08 2020 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Nov 19 21:14:42 2020 +0100
Add comment on how to run Python's own unit tests
Change-Id: Id62a688d2ddf7493d419a00a9fd0dfc6a6f13f0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106173
Tested-by: Tor Lillqvist <tml at collabora.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/external/python3/ExternalProject_python3.mk b/external/python3/ExternalProject_python3.mk
index ad110bbbc817..0591d2468ec6 100644
--- a/external/python3/ExternalProject_python3.mk
+++ b/external/python3/ExternalProject_python3.mk
@@ -127,6 +127,12 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
endif
+# If you want to run Python's own unit tests, add this to the chain of commands above:
+# && MAKEFLAGS= $(MAKE) \
+# $(if $(filter MACOSX,$(OS)),DESTDIR=$(EXTERNAL_WORKDIR)/python-inst) \
+# $(if $(SYSTEM_ZLIB),,ZLIB_INCDIR=$(WORKDIR)/UnpackedTarball/zlib) \
+# test \
+
ifeq ($(OS),MACOSX)
python3_fw_prefix=$(call gb_UnpackedTarball_get_dir,python3)/python-inst/@__________________________________________________OOO/LibreOfficePython.framework
More information about the Libreoffice-commits
mailing list