diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-18 23:38:17 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-04-19 04:54:27 +0000 |
commit | c576617408f6432955ae3fda662b23d66b34f43b (patch) | |
tree | 0dd2da10db88f5b331e79fac82c093d76b958593 /sw/Module_sw.mk | |
parent | a210575baa5bc72dc0392eeb20b2da58b6cf14ae (diff) |
run PythonTests with internal python too
... and use PYTHON_FOR_BUILD in the system python case.
Change-Id: If3c3305ab4f613642bea9b775e4c7a602f5a476c
TODO: needs testing on more platforms
Reviewed-on: https://gerrit.libreoffice.org/3471
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index b1dbe2f473d0..fedb44a3dabd 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -70,13 +70,10 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sw,\ )) endif -# TODO: FixMe restrict to system python ifneq ($(DISABLE_PYTHON),TRUE) -ifeq ($(SYSTEM_PYTHON),YES) $(eval $(call gb_Module_add_subsequentcheck_targets,sw,\ PythonTest_sw_unoapi \ )) endif -endif # vim: set noet sw=4 ts=4: |