diff options
-rw-r--r-- | pyuno/Module_pyuno.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk index 4d38442dda88..da0f55b0d12d 100644 --- a/pyuno/Module_pyuno.mk +++ b/pyuno/Module_pyuno.mk @@ -61,13 +61,13 @@ endif endif # SYSTEM_PYTHON ifneq ($(DISABLE_PYTHON),TRUE) -$(eval $(call gb_Module_add_targets,pyuno, \ +$(eval $(call gb_Module_add_slowcheck_targets,pyuno, \ PythonTest_pyuno_pytests_ssl \ )) endif ifneq (,$(filter PythonTest_pytests,$(MAKECMDGOALS))) -$(eval $(call gb_Module_add_slowcheck_targets,pyuno, \ +$(eval $(call gb_Module_add_targets,pyuno, \ PythonTest_pytests \ PythonTest_pyuno_pytests_insertremovecells \ )) |