sigh, unclear how to make python tests depend on python
Change-Id: I28884169cb633d2aa9ad11d4b31ab9424776b0f1
This commit is contained in:
@@ -61,7 +61,11 @@ endif
|
|||||||
endif # SYSTEM_PYTHON
|
endif # SYSTEM_PYTHON
|
||||||
|
|
||||||
ifneq ($(DISABLE_PYTHON),TRUE)
|
ifneq ($(DISABLE_PYTHON),TRUE)
|
||||||
$(eval $(call gb_Module_add_slowcheck_targets,pyuno, \
|
# TODO: add dependencies to the PythonTest stuff to
|
||||||
|
# depend on internal python getting installed
|
||||||
|
# into instdir becore running python tests,
|
||||||
|
# for now bodge this into a damn subsequentcheck
|
||||||
|
$(eval $(call gb_Module_add_subsequentcheck_targets,pyuno, \
|
||||||
PythonTest_pyuno_pytests_ssl \
|
PythonTest_pyuno_pytests_ssl \
|
||||||
))
|
))
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user