Kaydet (Commit) 1a02692e authored tarafından David Tardon's avatar David Tardon

test for enabled python is already handled by PythonTest

Change-Id: I23ada017f4294fbd34e9b245d012700021914881
üst 6980da37
...@@ -60,11 +60,9 @@ endif ...@@ -60,11 +60,9 @@ endif
endif # SYSTEM_PYTHON endif # SYSTEM_PYTHON
ifneq ($(DISABLE_PYTHON),TRUE)
$(eval $(call gb_Module_add_check_targets,pyuno, \ $(eval $(call gb_Module_add_check_targets,pyuno, \
PythonTest_pyuno_pytests_ssl \ PythonTest_pyuno_pytests_ssl \
)) ))
endif
ifneq (,$(filter PythonTest_pytests,$(MAKECMDGOALS))) ifneq (,$(filter PythonTest_pytests,$(MAKECMDGOALS)))
$(eval $(call gb_Module_add_targets,pyuno, \ $(eval $(call gb_Module_add_targets,pyuno, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment