external/python3/ExternalProject_python3.mk |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit a6a2855818585740d8291a669c3552a7c4e77480
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu Nov 19 19:21:08 2020 +0200
Commit:     Tor Lillqvist <t...@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 <t...@collabora.com>
    Reviewed-by: Tor Lillqvist <t...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to